diff options
Diffstat (limited to 'ports/poco/include_pcre.patch')
| -rw-r--r-- | ports/poco/include_pcre.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/poco/include_pcre.patch b/ports/poco/include_pcre.patch new file mode 100644 index 000000000..6594a30fe --- /dev/null +++ b/ports/poco/include_pcre.patch @@ -0,0 +1,12 @@ +diff --git a/Foundation/CMakeLists.txt b/Foundation/CMakeLists.txt
+index 5b7df96..4fedfd5 100644
+--- a/Foundation/CMakeLists.txt
++++ b/Foundation/CMakeLists.txt
+@@ -101,6 +101,7 @@ target_link_libraries(Foundation PUBLIC ${PCRE_LIBRARIES} ${ZLIB_LIBRARIES})
+ target_include_directories(Foundation
+ PUBLIC
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
++ $<BUILD_INTERFACE:${PCRE_INCLUDE_DIRS}>
+ $<INSTALL_INTERFACE:include>
+ PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src
+ )
|
