1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 22:37:30 +08:00

Help: Add 3.18.2 release note about AUTOMOC_PATH_PREFIX default change

This commit is contained in:
Joerg Bornemann
2020-08-06 08:20:16 +02:00
committed by Brad King
parent db659e18bc
commit 5b5be34811

View File

@@ -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 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 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. 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.