summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-15 12:32:26 (GMT)
committerBrad King <brad.king@kitware.com>2020-09-15 12:32:26 (GMT)
commit2058c7a4f77d6325fb7ff98378b8e784c42b126d (patch)
treebc0b570771df1043724de3a55e71beeaea017582
parent3ef992eb06a0ad2345520358c5f0c40c74371caa (diff)
parent205d5431d7ecb8dd5dce97f642427b3a7fa59ccc (diff)
downloadCMake-2058c7a4f77d6325fb7ff98378b8e784c42b126d.zip
CMake-2058c7a4f77d6325fb7ff98378b8e784c42b126d.tar.gz
CMake-2058c7a4f77d6325fb7ff98378b8e784c42b126d.tar.bz2
Merge branch 'backport-3.17-automoc-path-prefix-off' into release-3.17
-rw-r--r--Help/release/3.17.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/3.17.rst b/Help/release/3.17.rst
index b7c66d8..abd7463 100644
--- a/Help/release/3.17.rst
+++ b/Help/release/3.17.rst
@@ -346,3 +346,12 @@ Changes made since CMake 3.17.0 include the following.
:prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` target properties.
Previously they would be places in ``*_CFLAGS_OTHER`` variables and
:prop_tgt:`INTERFACE_COMPILE_OPTIONS` target properties.
+
+3.17.5
+------
+
+* 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.
+ The default was also changed to ``OFF`` in 3.16.9.