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.
1 parent ad0c153 commit b0cdfe8Copy full SHA for b0cdfe8
CMakeLists.txt
@@ -28,7 +28,7 @@ else()
28
29
set(VCPKG_FETCH_CONTENT_NAME vcpkg)
30
set(VCPKG_GIT_REPOSITORY "https://github.com/microsoft/vcpkg.git")
31
- set(VCPKG_GIT_TAG "f7423ee")
+ set(VCPKG_GIT_TAG "ce613c4")
32
FetchContent_Declare(
33
${VCPKG_FETCH_CONTENT_NAME}
34
GIT_REPOSITORY ${VCPKG_GIT_REPOSITORY}
vcpkg.json
@@ -20,8 +20,7 @@
20
"abseil",
21
"c-ares",
22
"re2",
23
- "openssl",
24
- "upb"
+ "openssl"
25
]
26
}
27
},
0 commit comments