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
Tags v2.9.2
No related merge requests found
......@@ -69,8 +69,9 @@ FOREACH(test ${tests})
${samplemodelpath} sample.wrl ${samplespec} ${sampleljr} )
IF (UNIX)
SET(EXTRA_LD_LIBRARY_PATH $ENV{LD_LIBRARY_PATH})
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)
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