Skip to content

Commit

Permalink
update pugixml to version 1.13 to resolve issues with deleted move co…
Browse files Browse the repository at this point in the history
…nstructor in xml_document (#237)
  • Loading branch information
rrsettgast authored Sep 6, 2023
1 parent 0fc3748 commit db5ac50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ endif()
# PUGIXML
################################
set(PUGIXML_DIR "${CMAKE_INSTALL_PREFIX}/pugixml")
set(PUGIXML_URL "${TPL_MIRROR_DIR}/pugixml-1.8.0.tar.gz")
set(PUGIXML_URL "${TPL_MIRROR_DIR}/pugixml-1.13.tar.gz")

message(STATUS "Building PUGIXML found at ${PUGIXML_URL}")

Expand Down
3 changes: 3 additions & 0 deletions tplMirror/pugixml-1.13.tar.gz
Git LFS file not shown

0 comments on commit db5ac50

Please sign in to comment.