Update CMakeLists.txt (#5379)
* Update CMakeLists.txt Silence warnings when building with CMake 3.27 by @hjmallon in #717 update gate submodule with fixed CMake 3.27 deprecation warnings as well glog: add version 0.6.0 and disable new dependencies by @NeroBurner in #719 ceres-solver: update to v2.2.0-p1 by @NeroBurner in #720 Update 'GTest' to v1.14.0 by @hjmallon in #705 Update 'pybind11' to v2.11.1 by @hjmallon in #706 ceres-solver: update to v2.2.0-p0 and fix examples by @NeroBurner in #703 Eigen: explicitly disable Fortran usage by @NeroBurner in #704 OpenSSL: Fix v3 version parsing by @hjmallon in #707 Update 'Boost' to 1.83 by @hjmallon in #708 Update 'OpenSSL' to v3.0.12 and v3.1.4 by @hjmallon in #710 Update 'abseil' to 20230802.1 by @hjmallon in #711 Update 'benchmark' to v1.8.3 by @hjmallon in #712 Update 'sqlite3' to v3.43.2 by @hjmallon in #716 Update 'CURL' to v8.4.0 by @hjmallon in #663 CI: remove macos-10.15 jobs as the macos-10.15 runners are removed by @NeroBurner in #695 ZLIB: update to version v1.3.0-p0 by @NeroBurner in #693 miniz: update to v3.0.2 by @NeroBurner in #692 Update fmt package to 10.1.1 by @JamesEggleton in #697 Update spdlog package to 1.12.0-p0 by @JamesEggleton in #699 Update zstd package to 1.5.5 by @JamesEggleton in #700 SuiteSparse: update to 1.8.0 / 5.4.0-2 by @NeroBurner in #702 OpenCV, Extra, ippicv: update to v4.8.1-p0 by @NeroBurner in #696 hunter_setup_msvc: tolower to fix arm64 vs ARM64 confusion by @NeroBurner in #681 Add various recent LLVM versions by @mrexodia in #517 Update fmt package to 9.1.0 by @apivovarov in #683 Update asio-grpc to v2.6.0 by @Tradias in #686 #685 Minimum cmake version required now 3.5 by @john-forrest in #689 * Update CMakeLists.txt * Update CMakeLists.txt --------- Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>pull/5419/head^2
parent
a8c8e75a17
commit
1164844ce4
|
@ -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.24.18.tar.gz"
|
URL "https://github.com/cpp-pm/hunter/archive/v0.25.3.tar.gz"
|
||||||
SHA1 "1292e4d661e1770d6d6ca08c12c07cf34a0bf718"
|
SHA1 "3319fe6a3b08090df7df98dee75134d68e2ef5a3"
|
||||||
)
|
)
|
||||||
add_definitions(-DASSIMP_USE_HUNTER)
|
add_definitions(-DASSIMP_USE_HUNTER)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
Loading…
Reference in New Issue