X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1c236828602b8dac5e0b77b7296d69e06531c379..3d845df082d79ab89649c1a8829eea201ae01085:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ab35ffa19..105c070e62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() ## Check the C/C++ standard that we need ## See also tools/cmake/Flags.cmake that sets our paranoid warning flags if (MSVC) - message("-- MicroSoft Visual C detected. Good luck.") + message("-- You are compiling SimGrid with MicroSoft Visual C. Good luck.") else() # gcc or clang INCLUDE(CheckCCompilerFlag) CHECK_C_COMPILER_FLAG(-fstack-cleaner HAVE_C_STACK_CLEANER)