Commit 032dc205 authored by Alexander Barkov's avatar Alexander Barkov

MDEV-4425 Regexp enhancements

Mark a few PCRE CMake variables as advanced,
so the are not presented in cmake-gui by default.
parent 1bcd2beb
......@@ -444,6 +444,19 @@ echo RunTest.bat tests successfully completed
ENDIF(PCRE_BUILD_TESTS)
MARK_AS_ADVANCED(PCREGREP_BUFSIZE)
MARK_AS_ADVANCED(PCRE_BUILD_PCREGREP)
MARK_AS_ADVANCED(PCRE_BUILD_TESTS)
MARK_AS_ADVANCED(PCRE_LINK_SIZE)
MARK_AS_ADVANCED(PCRE_MATCH_LIMIT)
MARK_AS_ADVANCED(PCRE_MATCH_LIMIT_RECURSION)
MARK_AS_ADVANCED(PCRE_NEWLINE)
MARK_AS_ADVANCED(PCRE_NO_RECURSE)
MARK_AS_ADVANCED(PCRE_POSIX_MALLOC_THRESHOLD)
MARK_AS_ADVANCED(PCRE_SUPPORT_BSR_ANYCRLF)
MARK_AS_ADVANCED(PCRE_SUPPORT_UNICODE_PROPERTIES)
IF(PCRE_SHOW_REPORT)
STRING(TOUPPER "${CMAKE_BUILD_TYPE}" buildtype)
IF (CMAKE_C_FLAGS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment