不能使用assimp库

时间:2016-03-30 00:55:57

标签: c++ opengl assimp

我使用以下命令安装了assimp库:

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

我从assimp网站下载了c ++源代码,但它显示了我无法解决的错误

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".

我该怎么做才能消除此错误?

1 个答案:

答案 0 :(得分:0)

转到第42行,并替换环境变量" $ {ASSIMP_BIN_INSTALL_DIR}"
与您选择的目的地。 (例如" ./"或" ./ build")

然后制作,它应该工作。