# HG changeset patch # User Paper # Date 1699497602 18000 # Node ID a45edd073f9e156e88e27172ef9ff5245f8cd613 # Parent bc218c9d2ea656bda302237c8697b74aeb84c7a5 deps/pugixml: update to v1.14.0 diff -r bc218c9d2ea6 -r a45edd073f9e dep/pugixml/CMakeLists.txt --- a/dep/pugixml/CMakeLists.txt Wed Nov 08 21:36:09 2023 -0500 +++ b/dep/pugixml/CMakeLists.txt Wed Nov 08 21:40:02 2023 -0500 @@ -1,5 +1,11 @@ -cmake_minimum_required(VERSION 3.4) -project(pugixml VERSION 1.13 LANGUAGES CXX) +cmake_minimum_required(VERSION 3.5) + +# Policy configuration; this *MUST* be specified before project is defined +if(POLICY CMP0091) + cmake_policy(SET CMP0091 NEW) # Enables use of MSVC_RUNTIME_LIBRARY +endif() + +project(pugixml VERSION 1.14 LANGUAGES CXX) include(CMakePackageConfigHelpers) include(CMakeDependentOption) @@ -44,11 +50,6 @@ option(PUGIXML_NO_EXCEPTIONS "Disable Exceptions" OFF) mark_as_advanced(PUGIXML_NO_XPATH PUGIXML_NO_STL PUGIXML_NO_EXCEPTIONS) -# Policy configuration -if(POLICY CMP0091) - cmake_policy(SET CMP0091 NEW) # Enables use of MSVC_RUNTIME_LIBRARY -endif() - set(PUGIXML_PUBLIC_DEFINITIONS $<$:PUGIXML_WCHAR_MODE> $<$:PUGIXML_COMPACT> diff -r bc218c9d2ea6 -r a45edd073f9e dep/pugixml/LICENSE.md --- a/dep/pugixml/LICENSE.md Wed Nov 08 21:36:09 2023 -0500 +++ b/dep/pugixml/LICENSE.md Wed Nov 08 21:40:02 2023 -0500 @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2006-2022 Arseny Kapoulkine +Copyright (c) 2006-2023 Arseny Kapoulkine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff -r bc218c9d2ea6 -r a45edd073f9e dep/pugixml/docs/manual.html --- a/dep/pugixml/docs/manual.html Wed Nov 08 21:36:09 2023 -0500 +++ b/dep/pugixml/docs/manual.html Wed Nov 08 21:40:02 2023 -0500 @@ -4,9 +4,9 @@ - + -pugixml 1.13 manual +pugixml 1.14 manual