Skip to content

Commit ed45567

Browse files
authored
fix: upgrade vcpkg upstream commit
1 parent cf00ef9 commit ed45567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if(APPLE)
109109
endif()
110110

111111
run_vcpkg(VCPKG_URL "https://github.com/microsoft/vcpkg.git" VCPKG_REV
112-
"ee2d2a100103e0f3613c60655dcf15be7d5157b8")
112+
"a7d06b3a72d5ec48353bacb84152bd027ee9999b")
113113

114114
# Name of the project (will be the name of the plugin)
115115
project(addon LANGUAGES C CXX)

0 commit comments

Comments
 (0)