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>pull/5507/head^2
parent
790aad4b62
commit
778ce90a04
|
@ -49,8 +49,8 @@ option(ASSIMP_HUNTER_ENABLED "Enable Hunter package manager support" OFF)
|
||||||
IF(ASSIMP_HUNTER_ENABLED)
|
IF(ASSIMP_HUNTER_ENABLED)
|
||||||
include("cmake-modules/HunterGate.cmake")
|
include("cmake-modules/HunterGate.cmake")
|
||||||
HunterGate(
|
HunterGate(
|
||||||
URL "https://github.com/cpp-pm/hunter/archive/v0.25.3.tar.gz"
|
URL "https://github.com/cpp-pm/hunter/archive/v0.25.5.tar.gz"
|
||||||
SHA1 "3319fe6a3b08090df7df98dee75134d68e2ef5a3"
|
SHA1 "a20151e4c0740ee7d0f9994476856d813cdead29"
|
||||||
)
|
)
|
||||||
add_definitions(-DASSIMP_USE_HUNTER)
|
add_definitions(-DASSIMP_USE_HUNTER)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
Loading…
Reference in New Issue