gtrll / gpmp2

Gaussian Process Motion Planner 2
Other
315 stars 98 forks source link

Cmake error #33

Closed ishaanmht closed 4 years ago

ishaanmht commented 4 years ago

I am getting the following Cmake errors. Am I missing something ? CMakeError.log CMakeOutput.log

jimin-liang commented 4 years ago

having the same error, any suggestion?

ahuiahui commented 4 years ago

I have the same error......

Mr-Xia-6 commented 4 years ago

CMake Error at /usr/local/share/cmake-3.5/Modules/WriteBasicConfigVersionFile.cmake:53 (message): No VERSION specified for WRITE_BASIC_CONFIG_VERSION_FILE() Call Stack (most recent call first): /usr/local/share/cmake-3.5/Modules/CMakePackageConfigHelpers.cmake:220 (write_basic_config_version_file) /usr/local/lib/cmake/GTSAMCMakeTools/GtsamMakeConfigFile.cmake:34 (write_basic_package_version_file) CMakeLists.txt:75 (GtsamMakeConfigFile)

-- Configuring incomplete, errors occurred! See also "/home/xzq/下载/gpmp2/build/CMakeFiles/CMakeOutput.log". See also "/home/xzq/下载/gpmp2/build/CMakeFiles/CMakeError.log".

ishaanmht commented 4 years ago

I was able to solve this. You can try commenting the line in CMakeLists.txt:75 (GtsamMakeConfigFile). I dont exactly remeber which line I commented. But this worked for me