Skip to content
Snippets Groups Projects
Commit d7a89148 authored by Keith Francois's avatar Keith Francois
Browse files

Correct the link with boost on Ubuntu 11.04.

This does not affect the compilation on Ubuntu 10.04.
parent 3e1541dc
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -45,9 +45,7 @@ FOREACH(lib ${libs})
TARGET_LINK_LIBRARIES(${lib} "${${lib}_plugins_dependencies}")
ENDIF(${lib}_plugins_dependencies)
IF (APPLE)
TARGET_LINK_LIBRARIES(${lib} ${Boost_LIBRARIES})
ENDIF (APPLE)
TARGET_LINK_LIBRARIES(${lib} ${Boost_LIBRARIES})
PKG_CONFIG_USE_DEPENDENCY(${lib} jrl-dynamics)
PKG_CONFIG_USE_DEPENDENCY(${lib} hrp2-dynamics)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment