This is an automated email from the ASF dual-hosted git repository.
dragon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 0fe4644a47 Add basic check for pcre2 (#11041)
0fe4644a47 is described below
commit 0fe4644a47501d0025557f5c8abf556bca0fff8f
Author: dragon512 <[email protected]>
AuthorDate: Wed Feb 7 09:32:31 2024 -0600
Add basic check for pcre2 (#11041)
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f927dbc5a..1a7082bfe1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -246,6 +246,7 @@ if(LibLZMA_FOUND)
endif()
find_package(PCRE REQUIRED)
+find_package(PCRE2 COMPONENTS 8BIT)
include(CheckOpenSSLIsBoringSSL)
include(CheckOpenSSLIsQuictls)