We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76e4596 + dd70494 commit 8eb1fc3Copy full SHA for 8eb1fc3
src/CMakeLists.txt
@@ -140,7 +140,7 @@ ELSEIF(REGEX_BACKEND STREQUAL "pcre2")
140
141
LIST(APPEND LIBGIT2_SYSTEM_INCLUDES ${PCRE2_INCLUDE_DIRS})
142
LIST(APPEND LIBGIT2_LIBS ${PCRE2_LIBRARIES})
143
- LIST(APPEND LIBGIT2_PC_REQUIRES "libpcre2")
+ LIST(APPEND LIBGIT2_PC_REQUIRES "libpcre2-8")
144
ELSEIF(REGEX_BACKEND STREQUAL "pcre")
145
ADD_FEATURE_INFO(regex ON "using system PCRE")
146
SET(GIT_REGEX_PCRE 1)
0 commit comments