This is a legacy Trac instance left read-only for reference purposes. More info. dev main | home

Changeset 191

Show
Ignore:
Timestamp:
03/01/2010 06:55:29 PM (2 years ago)
Author:
mceier
Message:

Fix for boost_test_exec_monitor

Signed-off-by: Mariusz Ceier <mceier@gmail.com>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/tests/CMakeLists.txt

    r188 r191  
    1  
    21SET(TESTS_LIBRARIES 
    32        ${WATERWORLD_LIBRARIES} 
    43        ${WATERWORLD_LIBRARY} 
    5         ${Boost_TEST_EXEC_MONITOR_LIBRARY} 
    64        ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}) 
     5 
     6IF(Boost_TEST_EXEC_MONITOR_LIBRARY) 
     7SET(TESTS_LIBRARIES 
     8        ${TESTS_LIBRARIES} 
     9        ${Boost_TEST_EXEC_MONITOR_LIBRARY}) 
     10ENDIF(Boost_TEST_EXEC_MONITOR_LIBRARY) 
    711 
    812IF(USE_SIM2)