Update fetch_pugixml.cmake

This commit is contained in:
Laurent Trinques
2026-06-07 14:57:29 +02:00
committed by GitHub
parent a24acfac24
commit 5cb8930732
+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.5)
GIT_TAG v1.15)
FetchContent_MakeAvailable(pugixml)
else()