From ca3de950672e9bedf4367a089ceeea755ffc4c5f Mon Sep 17 00:00:00 2001 From: Matevz Morato Date: Wed, 12 Jun 2024 16:33:27 +0200 Subject: [PATCH] Add support for Visual Studio 2022 version 17.10 https://github.com/cpp-pm/hunter/pull/747 --- CMakeLists.txt | 4 ++-- depthai-core | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c06a1ebd..9448ceaae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,8 +23,8 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/generated/Hunter/config.cmake ${final_hun include("cmake/HunterGate.cmake") HunterGate( - URL "https://github.com/cpp-pm/hunter/archive/v0.25.5.tar.gz" - SHA1 "a20151e4c0740ee7d0f9994476856d813cdead29" + URL "https://github.com/cpp-pm/hunter/archive/9d9242b60d5236269f894efd3ddd60a9ca83dd7f.tar.gz" + SHA1 "16cc954aa723bccd16ea45fc91a858d0c5246376" FILEPATH ${CMAKE_CURRENT_BINARY_DIR}/generated/Hunter/config.cmake # Combined config ) diff --git a/depthai-core b/depthai-core index 4bdfecd4c..505f8efa3 160000 --- a/depthai-core +++ b/depthai-core @@ -1 +1 @@ -Subproject commit 4bdfecd4c3f12283aadd746dfd179f3ab72ccfb8 +Subproject commit 505f8efa3222d19c37050453b83f821e9ac5d943