diff options
author | Brad King <brad.king@kitware.com> | 2020-09-15 13:27:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-09-15 13:27:56 (GMT) |
commit | 314039ba45ad4f7779e2c4df46dab3fac3703194 (patch) | |
tree | f815fafa54350044f16acf8cebf261fe62195285 | |
parent | 42edc1a0b48b03bc9f3f6c882458d9f30a916fa3 (diff) | |
download | CMake-314039ba45ad4f7779e2c4df46dab3fac3703194.zip CMake-314039ba45ad4f7779e2c4df46dab3fac3703194.tar.gz CMake-314039ba45ad4f7779e2c4df46dab3fac3703194.tar.bz2 |
Help: Update 3.18.2 release notes to mention 3.16.9 and 3.17.5
A change made in 3.18.2 was backported to the 3.16 and 3.17 branches.
Update the 3.18 release note to mention them.
-rw-r--r-- | Help/release/3.18.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/release/3.18.rst b/Help/release/3.18.rst index 099e9b5..f97e4df 100644 --- a/Help/release/3.18.rst +++ b/Help/release/3.18.rst @@ -352,6 +352,7 @@ Changes made since CMake 3.18.0 include the following. ``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 and 3.17.5. * The :manual:`Compile Features <cmake-compile-features(7)>` functionality was updated for MSVC 19.27 as mentioned above (``c_restrict``). |