From 416872531bdb6b09bb057da9954ecdb62c83d16d 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 d67fbd820..ea0cc5ac1 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.24.18.tar.gz" - SHA1 "1292e4d661e1770d6d6ca08c12c07cf34a0bf718" + 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 73dad73a1..948bc358e 160000 --- a/depthai-core +++ b/depthai-core @@ -1 +1 @@ -Subproject commit 73dad73a13d8d0ab83d59a33304d1a38af424024 +Subproject commit 948bc358ecaca1a07f9a4d9efa1d043b594616e2