File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -708,7 +708,7 @@ IF(PCRE2_BUILD_PCRE2_8)
708
708
VERSION ${LIBPCRE2_POSIX_VERSION}
709
709
SOVERSION ${LIBPCRE2_POSIX_SOVERSION} )
710
710
TARGET_LINK_LIBRARIES (pcre2-posix-static pcre2-8-static )
711
- TARGET_INCLUDE_DIRECTORIES (pcre2-posix-static PUBLIC ${PROJECT_BINARY_DIR} )
711
+ TARGET_INCLUDE_DIRECTORIES (pcre2-posix-static PUBLIC ${PROJECT_SOURCE_DIR} /src )
712
712
set (targets ${targets} pcre2-posix-static )
713
713
714
714
IF (MSVC )
@@ -739,7 +739,7 @@ IF(PCRE2_BUILD_PCRE2_8)
739
739
set (targets ${targets} pcre2-8-shared)
740
740
741
741
ADD_LIBRARY (pcre2-posix-shared SHARED ${PCRE2POSIX_HEADERS} ${PCRE2POSIX_SOURCES} )
742
- TARGET_INCLUDE_DIRECTORIES (pcre2-posix-shared PUBLIC ${PROJECT_BINARY_DIR} )
742
+ TARGET_INCLUDE_DIRECTORIES (pcre2-posix-shared PUBLIC ${PROJECT_SOURCE_DIR} /src )
743
743
SET_TARGET_PROPERTIES (pcre2-posix-shared PROPERTIES
744
744
COMPILE_DEFINITIONS PCRE2_CODE_UNIT_WIDTH=8
745
745
MACHO_COMPATIBILITY_VERSION "${LIBPCRE2_POSIX_MACHO_COMPATIBILITY_VERSION} "
You can’t perform that action at this time.
0 commit comments