mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:49:06 +08:00
e16cf98a5b
* [poco] pre 2.0.0 - Updated to the latest compiling commit - Added SQLite support - Added PDF support - Added MariaDB support - Added PostgreSQL support * Additional include files not part of any libraries * DataException is no more part of Poco::Data * [3fd] Patch 3fd to comply with poco-2.0.0pre
14 lines
414 B
Diff
14 lines
414 B
Diff
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
|