Update CMakeLists.txt

pull/5103/head
mosfet80 2023-05-30 16:23:57 +02:00 committed by GitHub
parent e4621a3142
commit 1f5c7da822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.24.16.tar.gz"
SHA1 "aefcc56d2ad0021aa5bd5df72890151c"
URL "https://github.com/cpp-pm/hunter/archive/v0.24.17.tar.gz"
SHA1 "d9a9de341c9341b7d42d7374340f1871"
)
add_definitions(-DASSIMP_USE_HUNTER)