X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07034eaa7d8fbbc23d0918c256174e5356a330d2..db05675574d8c8bfafd025fbaadf6e145ce41ecb:/buildtools/Cmake/Option.cmake diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 82a6439aa5..0b121faf38 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -20,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) @@ -75,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