mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Drop redundant PCRE2_STATIC define in pcre2 target
This commit is contained in:
committed by
GitHub
parent
f4acefaba4
commit
a66091959f
1
deps/pcre2/CMakeLists.txt
vendored
1
deps/pcre2/CMakeLists.txt
vendored
@@ -103,7 +103,6 @@ set(PCRE2POSIX_SOURCES pcre2posix.c)
|
||||
|
||||
add_definitions(-DHAVE_CONFIG_H)
|
||||
add_definitions(-DPCRE2_CODE_UNIT_WIDTH=8)
|
||||
add_definitions(-DPCRE2_STATIC)
|
||||
|
||||
if(MSVC)
|
||||
add_compile_definitions(_CRT_SECURE_NO_DEPRECATE _CRT_SECURE_NO_WARNINGS)
|
||||
|
||||
Reference in New Issue
Block a user