summaryrefslogtreecommitdiffstats
path: root/Help/release/3.18.rst
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-08-06 06:20:16 (GMT)
committerBrad King <brad.king@kitware.com>2020-08-10 14:49:55 (GMT)
commit5b5be348119859fd83503e163b386603f3e20c6d (patch)
treec04e01304374f43ba159958afc675bd89d43c89a /Help/release/3.18.rst
parentdb659e18bc8d5869e28c315eb0ce5a6fd8ccf151 (diff)
downloadCMake-5b5be348119859fd83503e163b386603f3e20c6d.zip
CMake-5b5be348119859fd83503e163b386603f3e20c6d.tar.gz
CMake-5b5be348119859fd83503e163b386603f3e20c6d.tar.bz2
Help: Add 3.18.2 release note about AUTOMOC_PATH_PREFIX default change
Diffstat (limited to 'Help/release/3.18.rst')
-rw-r--r--Help/release/3.18.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/3.18.rst b/Help/release/3.18.rst
index ba80d2b..93694f6 100644
--- a/Help/release/3.18.rst
+++ b/Help/release/3.18.rst
@@ -339,3 +339,11 @@ Changes made since CMake 3.18.0 include the following.
that were using manual quoting or escaping to work around the prior
limitation. This fix has been reverted in 3.18.1, but may be
re-introduced in future versions of CMake with a policy for compatibility.
+
+3.18.2
+------
+
+* The default value of :variable:`CMAKE_AUTOMOC_PATH_PREFIX` was changed to
+ ``OFF`` because this feature can break existing projects that have
+ identically named header files in different include directories.
+ This restores compatibility with behavior of CMake 3.15 and below.