aboutsummaryrefslogtreecommitdiff
path: root/ports/poco/find_pcre.patch
blob: 1a07882bcd283bfc8bb5d8de6cdd385ba81b8e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cmake/FindPCRE.cmake b/cmake/FindPCRE.cmake
index 41a99cb..77f3a42 100644
--- a/cmake/FindPCRE.cmake
+++ b/cmake/FindPCRE.cmake
@@ -14,7 +14,7 @@ ENDIF (PCRE_INCLUDE_DIRS)
 
 FIND_PATH(PCRE_INCLUDE_DIR pcre.h)
 
-SET(PCRE_NAMES pcre)
+SET(PCRE_NAMES pcred pcre)
 FIND_LIBRARY(PCRE_LIBRARY NAMES ${PCRE_NAMES} )
 
 # handle the QUIETLY and REQUIRED arguments and set PCRE_FOUND to TRUE if