Update fetch_pugixml.cmake

This commit is contained in:
Laurent Trinques
2026-06-07 14:57:05 +02:00
committed by GitHub
parent 8b0b1d10d4
commit a24acfac24
+1 -1
View File
@@ -25,7 +25,7 @@ if(BUILD_PUGIXML)
FetchContent_Declare(
pugixml
GIT_REPOSITORY https://github.com/zeux/pugixml.git
GIT_TAG v1.11.4)
GIT_TAG v1.11.5)
FetchContent_MakeAvailable(pugixml)
else()