Skip to content

Commit f9162ed

Browse files
committed
Code duplication removed.
1 parent 1d88dc1 commit f9162ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dev/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,6 @@ IF (PCRE2_FOUND)
254254
message( STATUS "PCRE2_INCLUDE_DIRS='" ${PCRE2_INCLUDE_DIRS} "'" )
255255
ENDIF ()
256256

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 ()
263257
# ====================================================================
264258

265259
option(RESTINIO_GCC_CODE_COVERAGE "Build code coverage targets" OFF)

0 commit comments

Comments
 (0)