From ba36e306a432b166af7107d7631c6b6315289787 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 5 Mar 2016 01:14:39 +0100 Subject: [PATCH] I just killed the win_ucontext portability layer so don't lie to cmake telling that they are there. They won't come back. --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a052be43a8..196ff03cb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- 2.20.1