rbdl / rbdl-toolkit

Application for visualizing and working with rbdl models
European Union Public License 1.2
19 stars 11 forks source link

CMake Error at CMakeLists.txt:175 (INSTALL) #11

Closed zapplelove closed 3 years ago

zapplelove commented 3 years ago

cmake -DCUSTOM_QT_PATH=~/Qt/5.14.2/gcc_64 ..

-- Found RBDL: /usr/local/lib/librbdl.so
-- Found RBDL LUAMODEL: /usr/local/lib/librbdl_luamodel.so
-- Boost version: 1.65.1
CMake Error at CMakeLists.txt:175 (INSTALL):
  INSTALL TARGETS given no LIBRARY DESTINATION for shared library target
  "toolkitlib".

-- Configuring incomplete, errors occurred!
See also "~/Src/dynamicTools/rbdl-toolkit/build/CMakeFiles/CMakeOutput.log".
zapplelove commented 3 years ago

When I use the rbdl-toolkit-x86_64.appimage, program no response

zapplelove commented 3 years ago
CMake Error at CMakeLists.txt:175 (INSTALL):
  INSTALL TARGETS given no LIBRARY DESTINATION for shared library target
  "toolkitlib".

change the line 175 of the CMakeLists.txt file to INSTALL ( TARGETS toolkitlib RUNTIME DESTINATION lib LIBRARY DESTINATION lib) will solve this problem.

ju6ge commented 3 years ago

as of the newest commit on master the cmake error is fixed