From 778ce90a04f1ce3c6a9031c99a8e2e445bc7f6b5 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 7 Apr 2024 16:49:55 +0200 Subject: [PATCH 1/2] 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 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 676ef269e..a19bad32e 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.25.3.tar.gz" - SHA1 "3319fe6a3b08090df7df98dee75134d68e2ef5a3" + URL "https://github.com/cpp-pm/hunter/archive/v0.25.5.tar.gz" + SHA1 "a20151e4c0740ee7d0f9994476856d813cdead29" ) add_definitions(-DASSIMP_USE_HUNTER) ENDIF() From 1f920ee1fe396631cd8f5b3467159e8ffd298ee3 Mon Sep 17 00:00:00 2001 From: Tom Heaton <50220137+tomheaton@users.noreply.github.com> Date: Sun, 7 Apr 2024 19:16:48 +0100 Subject: [PATCH 2/2] Update matrix4x4.h (#5507) Co-authored-by: Kim Kulling --- include/assimp/matrix4x4.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/assimp/matrix4x4.h b/include/assimp/matrix4x4.h index a3a8abe22..861a7acef 100644 --- a/include/assimp/matrix4x4.h +++ b/include/assimp/matrix4x4.h @@ -53,6 +53,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include +#include #ifdef __cplusplus