summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormosfet80 <realeandrea@yahoo.it>2024-04-07 16:49:55 +0200
committerGitHub <noreply@github.com>2024-04-07 16:49:55 +0200
commit778ce90a04f1ce3c6a9031c99a8e2e445bc7f6b5 (patch)
tree1e0b2ce80a3ec06d8ad57ae1d0e0f71daa944da1
parent790aad4b62a2886f262e51665e9cf0037d33750b (diff)
Update hunter into CMakeLists.txt (#5505)
Update 'CURL' to v8.5.0 Update 'xxHash' to v0.8.2 Update 're2' to v2023.03.01 docs: Add SHA1 calculation onliner and fix sums docs: fix URLs for FunctionalPlus and PocoCpp ceres-solver: update to 2.2.0-p2 with SuiteSparse v7.5.1-1 SuiteSparse: update to v7.5.1-1 Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 676ef269e..a19bad32e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,8 +49,8 @@ option(ASSIMP_HUNTER_ENABLED "Enable Hunter package manager support" OFF)
IF(ASSIMP_HUNTER_ENABLED)
include("cmake-modules/HunterGate.cmake")
HunterGate(
- URL "https://github.com/cpp-pm/hunter/archive/v0.25.3.tar.gz"
- SHA1 "3319fe6a3b08090df7df98dee75134d68e2ef5a3"
+ URL "https://github.com/cpp-pm/hunter/archive/v0.25.5.tar.gz"
+ SHA1 "a20151e4c0740ee7d0f9994476856d813cdead29"
)
add_definitions(-DASSIMP_USE_HUNTER)
ENDIF()