From 41dc4eafa6c08cceb971886ae2608c2d9134be90 Mon Sep 17 00:00:00 2001 From: Henri Date: Thu, 20 Nov 2025 22:56:15 +0800 Subject: [PATCH] bump expat version to 2.7.3 seems official repo is now able to compiled directly via hunter --- cmake/projects/Expat/hunter.cmake | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/cmake/projects/Expat/hunter.cmake b/cmake/projects/Expat/hunter.cmake index 7d3b1e2e59..3af726b192 100644 --- a/cmake/projects/Expat/hunter.cmake +++ b/cmake/projects/Expat/hunter.cmake @@ -43,7 +43,18 @@ hunter_add_version( 73c4c258dff36a68dda2f3c39a413ac602bfb47e ) -if(NOT HUNTER_Expat_VERSION VERSION_LESS 2.2.9) +hunter_add_version( + PACKAGE_NAME + Expat + VERSION + 2.7.3 + URL + "https://github.com/libexpat/libexpat/archive/R_2_7_3.tar.gz" + SHA1 + bf21f464f9cdcf8dc23f059ec95faa3ad5289ab4 +) + +if(NOT HUNTER_Expat_VERSION VERSION_LESS 2.7.3) hunter_cmake_args( Expat CMAKE_ARGS