File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set(VCPKG_OSX_ARCHITECTURES arm64)
44
55set (VCPKG_CRT_LINKAGE dynamic)
66set (VCPKG_LIBRARY_LINKAGE dynamic)
7- if (PORT MATCHES "abseil" )
7+ if (PORT MATCHES "abseil" OR PORT MATCHES "re2" )
88 set (VCPKG_LIBRARY_LINKAGE static)
99endif ()
1010
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ set(VCPKG_TARGET_ARCHITECTURE x64)
22set (VCPKG_CMAKE_SYSTEM_NAME Darwin)
33set (VCPKG_OSX_ARCHITECTURES x86_64)
44
5- set (VCPKG_BUILD_TYPE release)
6- set (VCPKG_C_FLAGS "-O3" )
7- set (VCPKG_CXX_FLAGS "-std=c++17 -O3" )
85set (VCPKG_CRT_LINKAGE dynamic)
96set (VCPKG_LIBRARY_LINKAGE dynamic)
10- if (PORT MATCHES "abseil" )
7+ if (PORT MATCHES "abseil" OR PORT MATCHES "re2" )
118 set (VCPKG_LIBRARY_LINKAGE static)
129endif ()
10+
11+ set (VCPKG_BUILD_TYPE release)
12+ set (VCPKG_C_FLAGS "-O3" )
13+ set (VCPKG_CXX_FLAGS "-std=c++17 -O3" )
Original file line number Diff line number Diff line change 11{
22 "default-registry" : {
33 "kind" : " git" ,
4- "baseline" : " 26abb5b33f976246a5f2cdc45cdd073d51caff06 " ,
4+ "baseline" : " 71f123418c6cdc00258964629b0ede4317ba1a36 " ,
55 "repository" : " https://github.com/microsoft/vcpkg"
66 },
77 "registries" : [
You can’t perform that action at this time.
0 commit comments