Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into 'master'
[simgrid.git] / examples / smpi / CMakeLists.txt
index 5c636f33ca29439073536c41ef1ffd797a0ece9d..7ae3bd1dac7c373d928a68a8bed758c50ed449a0 100644 (file)
@@ -97,10 +97,10 @@ if(enable_smpi)
     ADD_TESH(smpi-mc-only-send-determinism --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/smpi/mc --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_BINARY_DIR}/examples/smpi/mc ${CMAKE_HOME_DIRECTORY}/examples/smpi/mc/only_send_deterministic.tesh)
     add_dependencies(tests-mc smpi_sendsend)
     ADD_TESH_FACTORIES(smpi-mc-sendsend "^thread" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/smpi/mc --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_BINARY_DIR}/examples/smpi/mc ${CMAKE_HOME_DIRECTORY}/examples/smpi/mc/sendsend.tesh)
-    if(HAVE_BOOST_CONTEXTS)
+    if(HAVE_UCONTEXT_CONTEXTS)
       set_tests_properties(smpi-mc-sendsend-ucontext PROPERTIES TIMEOUT 5)
     endif()
-    if(HAVE_BOOST_CONTEXTS)
+    if(HAVE_RAW_CONTEXTS)
       set_tests_properties(smpi-mc-sendsend-raw PROPERTIES TIMEOUT 5)
     endif()
     if(HAVE_BOOST_CONTEXTS)