We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d88dc1 commit f9162edCopy full SHA for f9162ed
dev/CMakeLists.txt
@@ -254,12 +254,6 @@ IF (PCRE2_FOUND)
254
message( STATUS "PCRE2_INCLUDE_DIRS='" ${PCRE2_INCLUDE_DIRS} "'" )
255
ENDIF ()
256
257
-# PCRE2
258
-find_package(PCRE2)
259
-IF (PCRE2_FOUND)
260
- message( STATUS "PCRE2_LIBRARIES='" ${PCRE2_LIBRARIES} "'" )
261
- message( STATUS "PCRE2_INCLUDE_DIRS='" ${PCRE2_INCLUDE_DIRS} "'" )
262
-ENDIF ()
263
# ====================================================================
264
265
option(RESTINIO_GCC_CODE_COVERAGE "Build code coverage targets" OFF)
0 commit comments