From 205d5431d7ecb8dd5dce97f642427b3a7fa59ccc Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 6 Aug 2020 08:20:16 +0200 Subject: Help: Add 3.17.5 release note about AUTOMOC_PATH_PREFIX default change --- Help/release/3.17.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- cgit v1.2.1