laas / jrl_dynamics_urdf

URDF parser for jrl-dynamics
2 stars 9 forks source link

[standalone] pb with install TARGETS #8

Closed aclodic closed 10 years ago

aclodic commented 10 years ago

I encountered this problem when i do cmake on the current standalone version:

CMake Error at src/CMakeLists.txt:23 (INSTALL): install TARGETS given no LIBRARY DESTINATION for shared library target "jrl-dynamics-urdf".

CMake Error at examples/CMakeLists.txt:21 (INSTALL): install TARGETS given no RUNTIME DESTINATION for executable target "display-robot".

It seems install TARGETS are not correctly set. Do you have any suggestion ? Thanks Aurélie

olivier-stasse commented 10 years ago

Did you check if the jrl-cmakemodules Submodule is up to date ? The install instructions are missing the directive for runtime and library directories

aclodic commented 10 years ago

We found it with @florent-lamiraux i forget to do a git submodule update after setting branch to standalone... git submodule update in jrl-dynamics-urdf directory resolves the problem