X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/996f82a2b67e49a58b1de059bc44143e17a25ff6..f5bacb2f99189b15a7c740a26b395e7886c41f7e:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index ad5b8da83c..49451976c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") @@ -56,7 +64,6 @@ else() set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}.${SIMGRID_VERSION_PATCH}") endif() set(libsimgrid_version "${release_version}") -set(libgras_version "${release_version}") set(libsmpi_version "${release_version}") set(GCC_NEED_VERSION "4.0") set(APPLE_NEED_GCC_VERSION "4.6")