From: Gabriel Corona Date: Mon, 15 Jun 2015 23:39:24 +0000 (+0200) Subject: Remove windows_context (not used) X-Git-Tag: v3_12~598 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a3fe5836942b059099ab2553543e131ef529c77c Remove windows_context (not used) --- diff --git a/buildtools/Cmake/CompleteInFiles.cmake b/buildtools/Cmake/CompleteInFiles.cmake index 9ceb7ef974..e5a0851d74 100644 --- a/buildtools/Cmake/CompleteInFiles.cmake +++ b/buildtools/Cmake/CompleteInFiles.cmake @@ -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)