File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ ELSEIF(REGEX STREQUAL "regcomp")
314314 SET (GIT_REGEX_REGCOMP 1)
315315ELSEIF (REGEX STREQUAL "builtin" )
316316 ADD_FEATURE_INFO(regex ON "using bundled PCRE" )
317- SET (GIT_REGEX_PCRE 1)
317+ SET (GIT_REGEX_BUILTIN 1)
318318
319319 ADD_SUBDIRECTORY ("${libgit2_SOURCE_DIR} /deps/pcre" "${libgit2_BINARY_DIR} /deps/pcre" )
320320 LIST (APPEND LIBGIT2_INCLUDES "${libgit2_SOURCE_DIR} /deps/pcre" )
Original file line number Diff line number Diff line change 1919#cmakedefine GIT_REGEX_REGCOMP_L
2020#cmakedefine GIT_REGEX_REGCOMP
2121#cmakedefine GIT_REGEX_PCRE
22+ #cmakedefine GIT_REGEX_BUILTIN 1
2223
2324#cmakedefine GIT_SSH 1
2425#cmakedefine GIT_SSH_MEMORY_CREDENTIALS 1
Original file line number Diff line number Diff line change 1515 * compatible implementation.
1616 */
1717
18- #ifdef GIT_REGEX_PCRE
18+ #ifdef GIT_REGEX_BUILTIN
1919
2020# include "pcreposix.h"
2121
You can’t perform that action at this time.
0 commit comments