Ticket #41702: patch-ExternalPcre.diff
File patch-ExternalPcre.diff, 569 bytes (added by NicosPavlov, 11 years ago) |
---|
-
modules/native/feathers/regex/CMakeLists.txt
old new 4 4 # CMake configuration file for module Regex 5 5 #################################################################### 6 6 7 if( WIN32 OR APPLE)7 if( WIN32 ) 8 8 set(_pcre_default ON) 9 else( WIN32 OR APPLE)9 else( WIN32 ) 10 10 set(_pcre_default OFF) 11 endif( WIN32 OR APPLE)11 endif( WIN32) 12 12 option(FALCON_WITH_INTERNAL_PCRE "Use internal pcre library" ${_pcre_default}) 13 13 14 14 if(WIN32)