X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d544ea3e2fee629064bc23f86724822f0aa3a4a0..db05675574d8c8bfafd025fbaadf6e145ce41ecb:/buildtools/Cmake/Option.cmake diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 06dd62ada3..0b121faf38 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -13,12 +13,6 @@ else(NOT CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE PATH "Path where to install project") endif(NOT CMAKE_INSTALL_PREFIX) -set(with_context ${with_context} CACHE TYPE INTERNAL FORCE) - -if(NOT with_context) - set(with_context "auto" CACHE TYPE INTERNAL FORCE) -endif(NOT with_context) - set(pipol_user ${pipol_user} CACHE TYPE INTERNAL FORCE) option(enable_gtnets "Whether gtnets model is activated." on) @@ -26,6 +20,7 @@ option(enable_java "Whether the Java bindings are activated." on) option(enable_smpi "This variable set smpi lib." on) option(enable_lua "Whether the lua bindings are activated." on) option(enable_ruby "Whether the Ruby bindings are activated." on) +option(enable_pcre "Whether the pcre lib is activated." on) if(WIN32 OR APPLE) set(enable_smpi off CACHE TYPE INTERNAL FORCE) @@ -81,4 +76,5 @@ mark_as_advanced(CMAKE_OSX_ARCHITECTURES) mark_as_advanced(CMAKE_OSX_DEPLOYMENT_TARGET) mark_as_advanced(CMAKE_OSX_SYSROOT) mark_as_advanced(SED_EXE) -mark_as_advanced(BIBTEX2HTML) \ No newline at end of file +mark_as_advanced(BIBTEX2HTML) +mark_as_advanced(enable_pcre) \ No newline at end of file