Update CMakeLists.txt

pull/5379/head
Kim Kulling 2023-12-18 20:59:26 +01:00 committed by GitHub
parent 0e14ef9e15
commit bacea781b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ IF(ASSIMP_HUNTER_ENABLED)
include("cmake-modules/HunterGate.cmake")
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.3.tar.gz"
SHA1 "0dfbc2cb5c4cf7e83533733bdfd2125ff96680cb"
SHA1 "798501e983f14b28b10cda16afa4de69eee1da1d"
)
add_definitions(-DASSIMP_USE_HUNTER)
ENDIF()