aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-12-02 17:13:20 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2020-12-02 17:17:21 -0500
commitd1d415e6669b4e47d30ffd3f583a10e91e929310 (patch)
treeb277457e320e8540da2f149402f61914ceeec96e
parent5063e874999ccbc47ebfba0ea4c868b77d23ae4b (diff)
downloadpugixml-d1d415e6669b4e47d30ffd3f583a10e91e929310.zip
pugixml-d1d415e6669b4e47d30ffd3f583a10e91e929310.tar.gz
pugixml-d1d415e6669b4e47d30ffd3f583a10e91e929310.tar.bz2
docs: add a note about the new imported target name for CMake
-rw-r--r--docs/manual.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual.adoc b/docs/manual.adoc
index 1f80929..5974808 100644
--- a/docs/manual.adoc
+++ b/docs/manual.adoc
@@ -2156,6 +2156,9 @@ Maintenance release. Changes:
. Fix Wzero-as-null-pointer-constant warnings in pugixml.hpp
. Work around several static analysis false positives
+* Build system changes
+ . The CMake package for pugixml now provides a `pugixml::pugixml` target rather than a `pugixml` target. A compatibility `pugixml` target is provided if at least version 1.11 is not requested.
+
[[v1.10]]
=== v1.10 ^2019-09-15^