diff options
author | mosfet80 <realeandrea@yahoo.it> | 2023-09-20 18:00:44 +0200 |
---|---|---|
committer | Kim Kulling <kimkulling@users.noreply.github.com> | 2023-09-25 16:46:51 +0200 |
commit | 6a08c39e3a91ef385e76515cfad86aca4bfd57ff (patch) | |
tree | d56fa07c851a834453697f13959c213cc572dec1 | |
parent | 4b193dbee30b1044492d2650525f43c475fc7dfc (diff) |
Update CMakeLists.txtv5.3.1
updated cpp-pm/hunter to last version
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 753d05928..75b160c6f 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.24.17.tar.gz" - SHA1 "e6396699e414120e32557fe92db097b7655b760b" + URL "https://github.com/cpp-pm/hunter/archive/v0.24.18.tar.gz" + SHA1 "1292e4d661e1770d6d6ca08c12c07cf34a0bf718" ) add_definitions(-DASSIMP_USE_HUNTER) ENDIF() |