summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-15 09:27:00 -0400
committerBrad King <brad.king@kitware.com>2020-09-15 09:27:00 -0400
commit42edc1a0b48b03bc9f3f6c882458d9f30a916fa3 (patch)
treeb20d57db5461a0ca73037dca5ff8510d9ea48e34
parent58b37ae2012590a2c116034cca10707c561188ce (diff)
parent566e96d42db35e2c88ceb5d0f3de49736295c496 (diff)
downloadcmake-42edc1a0b48b03bc9f3f6c882458d9f30a916fa3.tar.gz
Merge branch 'release-3.17' into release-3.18
-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 b7c66d85a0..abd746314c 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.