Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion cmake/projects/Expat/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading