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)
708708 VERSION ${LIBPCRE2_POSIX_VERSION}
709709 SOVERSION ${LIBPCRE2_POSIX_SOVERSION} )
710710 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 )
712712 set (targets ${targets} pcre2-posix-static )
713713
714714 IF (MSVC )
@@ -739,7 +739,7 @@ IF(PCRE2_BUILD_PCRE2_8)
739739 set (targets ${targets} pcre2-8-shared)
740740
741741 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 )
743743 SET_TARGET_PROPERTIES (pcre2-posix-shared PROPERTIES
744744 COMPILE_DEFINITIONS PCRE2_CODE_UNIT_WIDTH=8
745745 MACHO_COMPATIBILITY_VERSION "${LIBPCRE2_POSIX_MACHO_COMPATIBILITY_VERSION} "
You can’t perform that action at this time.
0 commit comments