We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d75a75 commit 26ed68dCopy full SHA for 26ed68d
cmake/pcre.cmake
@@ -5,7 +5,7 @@ MACRO (CHECK_PCRE)
5
IF(WITH_PCRE STREQUAL "system" OR WITH_PCRE STREQUAL "auto")
6
CHECK_LIBRARY_EXISTS(pcre pcre_stack_guard "" HAVE_PCRE)
7
ENDIF()
8
- IF(NOT HAVE_PCRE)
+ IF(NOT HAVE_PCRE OR WITH_PCRE STREQUAL "bundled")
9
IF (WITH_PCRE STREQUAL "system")
10
MESSAGE(FATAL_ERROR "system pcre is not found or unusable")
11
0 commit comments