Skip to content
Snippets Groups Projects
Commit 0923c717 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Fix dummy test.

parent d6e64129
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
...@@ -69,8 +69,9 @@ FOREACH(test ${tests}) ...@@ -69,8 +69,9 @@ FOREACH(test ${tests})
${samplemodelpath} sample.wrl ${samplespec} ${sampleljr} ) ${samplemodelpath} sample.wrl ${samplespec} ${sampleljr} )
IF (UNIX) IF (UNIX)
SET(EXTRA_LD_LIBRARY_PATH $ENV{LD_LIBRARY_PATH})
SET_PROPERTY(TEST ${test} PROPERTY SET_PROPERTY(TEST ${test} PROPERTY
ENVIRONMENT "LD_LIBRARY_PATH=${CMAKE_INSTALL_PREFIX}/lib:${CMAKE_BINARY_DIR}/src:${BOOST_ROOT}/lib") ENVIRONMENT "LD_LIBRARY_PATH=${CMAKE_INSTALL_PREFIX}/lib:${CMAKE_BINARY_DIR}/src:${BOOST_ROOT}/lib:${EXTRA_LD_LIBRARY_PATH}")
ENDIF(UNIX) ENDIF(UNIX)
ENDFOREACH(test) 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