Skip to content

Commit 8a40e75

Browse files
authored
windows builds: update vcpkg pinned version to 2025.12.12 (#1449)
This is the latest vcpkg release that works without further modifications to PHD2. Newer versions of vcpkg require some work to fix GaussianProcessTest test failure. Fixes #1448
1 parent 4a0b826 commit 8a40e75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

thirdparty/thirdparty.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if(WIN32)
7373
FetchContent_Declare(
7474
vcpkg
7575
GIT_REPOSITORY https://github.com/microsoft/vcpkg.git
76-
GIT_TAG f7423ee180c4b7f40d43402c2feb3859161ef625
76+
GIT_TAG 84bab45d415d22042bd0b9081aea57f362da3f35 # 2025.12.12
7777
UPDATE_COMMAND bootstrap-vcpkg.bat -disableMetrics
7878
COMMAND ${CMAKE_COMMAND} -E echo "Building vcpkg cfitsio"
7979
COMMAND vcpkg install --binarysource=default --no-print-usage cfitsio:${WINDOWS_ARCH}-windows
@@ -92,7 +92,7 @@ if(WIN32)
9292
set(VCPKG_DEBUG_LIB ${VCPKG_PREFIX}/debug/lib)
9393
set(VCPKG_RELEASE_LIB ${VCPKG_PREFIX}/lib)
9494
set(VCPKG_INCLUDE ${VCPKG_PREFIX}/include)
95-
include_directories(${VCPKG_INCLUDE})
95+
include_directories(${VCPKG_INCLUDE} ${VCPKG_INCLUDE}/opencv4)
9696
endif()
9797

9898
if(APPLE)

0 commit comments

Comments
 (0)