aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-11-12 10:11:25 +0000
committerJoão Valverde <j@v6e.pt>2021-11-14 21:00:59 +0000
commitb9f2e4b7fa091719b93f6256ac34be8e32bd8e94 (patch)
treed42e77a505b54e3d004c09944b698d55487b7d9a /CMakeOptions.txt
parent9df5279af7ac74e8c50f666b4d347572506ea239 (diff)
Make PCRE2 a required dependency
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 286daa5c92..25cd8fe6f3 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -97,7 +97,6 @@ option(ENABLE_NGHTTP2 "Build with HTTP/2 header decompression support" ON)
option(ENABLE_LUA "Build with Lua dissector support" ON)
option(ENABLE_SMI "Build with libsmi snmp support" ON)
option(ENABLE_GNUTLS "Build with RSA decryption support" ON)
-option(ENABLE_PCRE2 "Build with regular expression support" ON)
if(WIN32)
option(ENABLE_WINSPARKLE "Enable automatic updates using WinSparkle" ON)
endif()