Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove windows_context (not used)
authorGabriel Corona <gabriel.corona@enst-bretagne.fr>
Mon, 15 Jun 2015 23:39:24 +0000 (01:39 +0200)
committerGabriel Corona <gabriel.corona@enst-bretagne.fr>
Mon, 15 Jun 2015 23:43:58 +0000 (01:43 +0200)
buildtools/Cmake/CompleteInFiles.cmake

index 9ceb7ef..e5a0851 100644 (file)
@@ -453,7 +453,6 @@ endif()
 
 IF(CMAKE_CROSSCOMPILING)
   IF(WIN32)
-    set(windows_context "yes")
     set(IS_WINDOWS 1)
   ENDIF()
 ELSE()
@@ -492,7 +491,6 @@ ENDIF()
 
 if(mcsc MATCHES "no" AND pthread)
   if(HAVE_WINDOWS_H)
-    set(windows_context "yes")
     set(IS_WINDOWS 1)
   elseif(HAVE_WINDOWS_H)
     message(FATAL_ERROR "no appropriate backend found")
@@ -507,10 +505,6 @@ if(WIN32)
   endif()
 endif()
 
-if(windows_context MATCHES "yes")
-  message(STATUS "Context change to windows")
-endif()
-
 #If can have both context
 
 if(mcsc)