Ticket #41702: patch-ExternalPcre.diff

File patch-ExternalPcre.diff, 569 bytes (added by NicosPavlov, 10 years ago)
  • modules/native/feathers/regex/CMakeLists.txt

    old new  
    44# CMake configuration file for module Regex
    55####################################################################
    66
    7 if( WIN32 OR APPLE )
     7if( WIN32 )
    88   set(_pcre_default ON)
    9 else( WIN32 OR APPLE )
     9else( WIN32 )
    1010   set(_pcre_default OFF)
    11 endif( WIN32 OR APPLE)
     11endif( WIN32)
    1212option(FALCON_WITH_INTERNAL_PCRE "Use internal pcre library" ${_pcre_default})
    1313
    1414if(WIN32)