X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b5101cdb8dddc91bb762085d97803f51360e4768..fd4cc5484d464f76e4dd437155b9d0d69ef5a94e:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ed2fea4f2..538bae3c7f 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")