diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2013-10-11 08:52:24 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2013-10-11 08:52:24 +0400 |
commit | 032dc20541a7d082fb71720ab130b05668fabd79 (patch) | |
tree | 0eba56aecd9a14a7c3143dfab2b7f13ff7993c34 /pcre | |
parent | 1bcd2bebc69163c541baa548f1204ccd1b830d25 (diff) | |
download | mariadb-git-032dc20541a7d082fb71720ab130b05668fabd79.tar.gz |
MDEV-4425 Regexp enhancements
Mark a few PCRE CMake variables as advanced,
so the are not presented in cmake-gui by default.
Diffstat (limited to 'pcre')
-rw-r--r-- | pcre/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcre/CMakeLists.txt b/pcre/CMakeLists.txt index 55caabcfd7a..52cb0f65572 100644 --- a/pcre/CMakeLists.txt +++ b/pcre/CMakeLists.txt @@ -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) |