Skip to content
Snippets Groups Projects
Commit 44dce29f authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Add BOOST_LIB to LD_LIBRARY_PATH

parent 552a15d0
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -70,7 +70,7 @@ FOREACH(test ${tests})
IF (UNIX)
SET_PROPERTY(TEST ${test} PROPERTY
ENVIRONMENT "LD_LIBRARY_PATH=${CMAKE_INSTALL_PREFIX}/lib:${CMAKE_BINARY_DIR}/src")
ENVIRONMENT "LD_LIBRARY_PATH=${CMAKE_INSTALL_PREFIX}/lib:${CMAKE_BINARY_DIR}/src:${BOOST_ROOT}/lib")
ENDIF(UNIX)
ENDFOREACH(test)
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