You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
362 B

  1. --- a/cmake/pcre.cmake
  2. +++ b/cmake/pcre.cmake
  3. @@ -14,6 +14,8 @@ MACRO (CHECK_PCRE)
  4. return -pcre_exec(NULL, NULL, NULL, -999, -999, 0, NULL, 0) < 256;
  5. }" PCRE_STACK_SIZE_OK)
  6. SET(CMAKE_REQUIRED_LIBRARIES)
  7. + ELSE()
  8. + SET(PCRE_STACK_SIZE_OK TRUE)
  9. ENDIF()
  10. ENDIF()
  11. IF(NOT HAVE_PCRE_STACK_GUARD OR NOT PCRE_STACK_SIZE_OK OR