Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move a static field of SwappedContext into SwappedContextFactory
[simgrid.git] / CMakeLists.txt
index 27cca00c15806aacc180ae60835c8e4504611139..8abfa35fb0a2609c1479701dbc9bb145af9ebad1 100644 (file)
@@ -404,10 +404,7 @@ else()
 endif()
 
 #--------------------------------------------------------------------------------------------------
-### Initialize of CONTEXT THREADS
-
-set(HAVE_THREAD_CONTEXTS 1)
-message(STATUS "Support for thread context factory ok.")
+### Check what context backends are available
 
 set(HAVE_UCONTEXT_CONTEXTS 0)
 if(NOT HAVE_UCONTEXT_H)