X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..00cd576021269f05e84dd36f3cee7afbfe90cede:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index b9c2a9718e..a1b4f44744 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,12 +1,4 @@ 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") @@ -66,6 +58,7 @@ else() endif() set(libsimgrid_version "${release_version}") set(libsmpi_version "${release_version}") +set(libSG_java_version "${release_version}") set(GCC_NEED_VERSION "4.0") set(APPLE_NEED_GCC_VERSION "4.6")