Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add an hide option "enable_pcre" for enable or not pcre lib.
[simgrid.git] / buildtools / Cmake / Option.cmake
index 82a6439..0b121fa 100644 (file)
@@ -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