Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Still fixing bugs - Adrien
[simgrid.git] / CMakeLists.txt
index 2ed2fea..b9c2a97 100644 (file)
@@ -1,4 +1,12 @@
 cmake_minimum_required(VERSION 2.6)
+
+IF(CMAKE_BUILD_TYPE STREQUAL "ModelChecker")
+  SET(enable_coverage ON)
+  SET(enable_model-checking ON)
+  SET(enable_lua ON)
+  SET(enable_compile_optimization OFF)
+ENDIF()
+
 ### Need to set rc ccompiler before enable language
 if(WIN32)
   SET(CMAKE_RC_COMPILER "windres")
@@ -45,9 +53,10 @@ set(CMAKE_Fortran_LINK_FLAGS "" CACHE TYPE INTERNAL FORCE)
 # 3.7.{0,1} -> release 3.7, 3.7.1
 # 3.8.{0,1} -> release 3.8, 3.8.1
 # 3.9.0 -> release 3.9
+# 3.10.0 -> release 3.10
 
 set(SIMGRID_VERSION_MAJOR "3")
-set(SIMGRID_VERSION_MINOR "9")
+set(SIMGRID_VERSION_MINOR "10")
 set(SIMGRID_VERSION_PATCH "0")
 
 if(${SIMGRID_VERSION_PATCH} EQUAL "0")