Skip to content

Commit

Permalink
Add support for Visual Studio 2022 version 17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Matevz Morato authored and alex-luxonis committed Sep 11, 2024
1 parent 220370f commit 4168725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion depthai-core
Submodule depthai-core updated 1 files
+2 −2 CMakeLists.txt

0 comments on commit 4168725

Please sign in to comment.