Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update mpich test files.
[simgrid.git] / tools / cmake / MakeLibWin.cmake
index 67bc91e97f48addcc233425d98c7c2e36a8a2f69..fdbafe327d58130a194b8c63b431b14d5c2d1da2 100644 (file)
@@ -19,6 +19,9 @@ else()
   if (HAVE_PTHREAD)
     set(SIMGRID_DEP "${SIMGRID_DEP} -lpthread")
   endif()
+  if (HAVE_BOOST_CONTEXTS)
+    set(SIMGRID_DEP "${SIMGRID_DEP} ${Boost_CONTEXT_LIBRARY}")
+  endif()
 endif()
 
 target_link_libraries(simgrid  ${SIMGRID_DEP})