Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I just killed the win_ucontext portability layer
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 5 Mar 2016 00:14:39 +0000 (01:14 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 5 Mar 2016 00:14:43 +0000 (01:14 +0100)
so don't lie to cmake telling that they are there. They won't come back.

CMakeLists.txt

index a052be4..196ff03 100644 (file)
@@ -356,12 +356,6 @@ else()
   SET(HAVE_MMALLOC 0)
 endif()
 
-
-if(WIN32) # Those files are not detected despite being present
-  set(HAVE_UCONTEXT_H 1)
-  set(HAVE_MAKECONTEXT 1)
-endif()
-
 set(HAVE_UCONTEXT_CONTEXTS 0)
 set(HAVE_THREAD_CONTEXTS 0)