X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d44c18d3edff74c6baf57255c09f13d1ead0c8af..53a5eb4773ed7bf9df12d0be7781a0e70b458e04:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 31167abbd1..9923d2548b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,9 @@ project(SimGrid C) if (enable_gtnets OR enable_ns3) enable_language(CXX) endif() + +enable_language(CXX) + if (NOT DEFINED enable_smpi OR enable_smpi) # smpi is enabled by default # Call enable_language(Fortran) in order to load the build rules for # this language, needed by teshsuite/smpi/mpich-test/. Use @@ -47,11 +50,12 @@ set(CMAKE_Fortran_LINK_FLAGS "" CACHE TYPE INTERNAL FORCE) # 3.9.0 -> release 3.9 # 3.9.90 -> release 3.10pre1 # 3.10.0 -> release 3.10 +# 3.11.0 -> release 3.11 set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "10") +set(SIMGRID_VERSION_MINOR "11") set(SIMGRID_VERSION_PATCH "0") -set(SIMGRID_VERSION_EXTRA "-rc1") # Extra words to add to version string (e.g. -rc1) +set(SIMGRID_VERSION_EXTRA "-devel") # Extra words to add to version string (e.g. -rc1) set(SIMGRID_VERSION_DATE "2013") # Year for copyright information