Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[java/win] don't mess with the simgrid-java.dll prefix on windows
[simgrid.git] / CMakeLists.txt
index 7ab35ff..24e310d 100644 (file)
@@ -1,5 +1,4 @@
-cmake_minimum_required(VERSION 2.6)
-# Java requires 2.8.6
+cmake_minimum_required(VERSION 2.8.8)
 
 project(SimGrid C CXX)
 
@@ -16,7 +15,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)