File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD 23)
12
12
option (AMONGOC_USE_PMM "Enable PMM execution to bootstrap dependency packages automatically" ${PROJECT_IS_TOP_LEVEL} )
13
13
if (AMONGOC_USE_PMM)
14
14
include (pmm)
15
- pmm(VCPKG REVISION 2024 .08.23 )
15
+ pmm(VCPKG REVISION 2025 .08.27 )
16
16
endif ()
17
17
18
18
# A toggle to enable warnings-as-errors. We don't rely on CMAKE_COMPILE_WARNING_AS_ERROR
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ INSTALL_DEPS:
148
148
RUN printf %s "cmake_minimum_required(VERSION 3.20)
149
149
project(tmp)
150
150
include(tools/pmm.cmake)
151
- pmm(VCPKG REVISION 2024 .08.23 )
151
+ pmm(VCPKG REVISION 2025 .08.27 )
152
152
" > $src_tmp /CMakeLists.txt
153
153
# Running CMake now will prepare our dependencies without configuring the rest of the project
154
154
CACHE ~/.cache/vcpkg
You can’t perform that action at this time.
0 commit comments