X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41b27f262791126322dec64eaf3a1c4f576778c5..7f4665af2208aa2936e15597d20e7771a11a6dd7:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index e124fa9af8..747d9fc12c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(WIN32) SET(CMAKE_RC_COMPILER "windres") endif() project(SimGrid C) -if (enable_gtnets OR enable_ns3) +if (enable_gtnets OR enable_ns3 OR enable_model-checking) enable_language(CXX) endif() if (NOT DEFINED enable_smpi OR enable_smpi) # smpi is enabled by default @@ -49,9 +49,9 @@ set(CMAKE_Fortran_LINK_FLAGS "" CACHE TYPE INTERNAL FORCE) # 3.10.0 -> release 3.10 set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "9") -set(SIMGRID_VERSION_PATCH "90") -set(SIMGRID_VERSION_EXTRA "") # Extra words to add to version string (e.g. -rc1) +set(SIMGRID_VERSION_MINOR "10") +set(SIMGRID_VERSION_PATCH "0") +set(SIMGRID_VERSION_EXTRA "-rc2") # Extra words to add to version string (e.g. -rc1) set(SIMGRID_VERSION_DATE "2013") # Year for copyright information