Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move simgrid::surf::Link declaration with its friends in forward.h
[simgrid.git] / CMakeLists.txt
index 545eaaa..dff73aa 100644 (file)
@@ -638,11 +638,6 @@ if(HAVE_PTHREAD)
   message("-- Support for thread context factory")
 endif()
 
-# Temp hack to disable context:
-# set(CONTEXT_THREADS 0)
-set(CONTEXT_UCONTEXT 0)
-set(HAVE_RAWCTX 0)
-
 ###############
 ## GIT version check
 ##