Skip to content

Commit b0cdfe8

Browse files
committed
debug mac
1 parent ad0c153 commit b0cdfe8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else()
2828

2929
set(VCPKG_FETCH_CONTENT_NAME vcpkg)
3030
set(VCPKG_GIT_REPOSITORY "https://github.com/microsoft/vcpkg.git")
31-
set(VCPKG_GIT_TAG "f7423ee")
31+
set(VCPKG_GIT_TAG "ce613c4")
3232
FetchContent_Declare(
3333
${VCPKG_FETCH_CONTENT_NAME}
3434
GIT_REPOSITORY ${VCPKG_GIT_REPOSITORY}

vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"abseil",
2121
"c-ares",
2222
"re2",
23-
"openssl",
24-
"upb"
23+
"openssl"
2524
]
2625
}
2726
},

0 commit comments

Comments
 (0)