X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a4f3d908ae6f49b42aa7f7fc741dcbec1a5f67aa..aa2662427da4a4b81ea2e67561a223b9c4c3b4d0:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index c4f7f48a88..e40adb6f0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,8 @@ if(WIN32) message(" -- CMAKE_BUILD_TOOL ${CMAKE_BUILD_TOOL}") message(" -- LINKER ${CMAKE_LINKER}") message(" -- CMAKE_GENERATOR ${CMAKE_GENERATOR}\n\n") + set(__STRICT_ANSI__ 1) + set(_MSC_VER 1) endif(WIN32) ### Find programs and paths