ne peut pas utiliser la bibliothèque assimp

J’ai installé la bibliothèque assimp en utilisant ces commandes:

sudo apt-get install libassimp-dev assimp-utils sudo apt-get install libxmu-dev libxi-dev 

J’ai téléchargé le code source c ++ à partir du site Web d’assimp, mais il affiche des erreurs que je ne parviens pas à résoudre.

 CMake Error at CMakeLists.txt:42 (INSTALL): install TARGETS given no RUNTIME DESTINATION for executable target "assimp_simpleogl". CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.8) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! See also "/home/playroom/Desktop/assimp/CMakeFiles/CMakeOutput.log". 

Que dois-je faire pour supprimer cette erreur?

allez à la ligne 42 et remplacez la variable d’environnement “$ {ASSIMP_BIN_INSTALL_DIR}”
avec la destination de votre choix. (comme “./” ou “./build”)

alors faites et ça devrait marcher.