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 committed Jun 12, 2024
1 parent 65a0948 commit ca3de95
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.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
)

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

0 comments on commit ca3de95

Please sign in to comment.