Skip to content

Commit f33ed86

Browse files
Bump the vcpkg version we use
1 parent 6f0bc27 commit f33ed86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD 23)
1212
option(AMONGOC_USE_PMM "Enable PMM execution to bootstrap dependency packages automatically" ${PROJECT_IS_TOP_LEVEL})
1313
if(AMONGOC_USE_PMM)
1414
include(pmm)
15-
pmm(VCPKG REVISION 2024.08.23)
15+
pmm(VCPKG REVISION 2025.08.27)
1616
endif()
1717

1818
# A toggle to enable warnings-as-errors. We don't rely on CMAKE_COMPILE_WARNING_AS_ERROR

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ INSTALL_DEPS:
148148
RUN printf %s "cmake_minimum_required(VERSION 3.20)
149149
project(tmp)
150150
include(tools/pmm.cmake)
151-
pmm(VCPKG REVISION 2024.08.23)
151+
pmm(VCPKG REVISION 2025.08.27)
152152
" > $src_tmp/CMakeLists.txt
153153
# Running CMake now will prepare our dependencies without configuring the rest of the project
154154
CACHE ~/.cache/vcpkg

0 commit comments

Comments
 (0)