diff options
author | Brad King <brad.king@kitware.com> | 2017-07-14 14:58:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-14 15:02:17 (GMT) |
commit | cfa9a2bd8893349516a2f5ffa51e67e6e0973d1c (patch) | |
tree | c903c9b5a46490fddca3122ad127fd609a7c39af | |
parent | 25b72e9097260d1faf254155a1199886c808a58f (diff) | |
download | CMake-cfa9a2bd8893349516a2f5ffa51e67e6e0973d1c.zip CMake-cfa9a2bd8893349516a2f5ffa51e67e6e0973d1c.tar.gz CMake-cfa9a2bd8893349516a2f5ffa51e67e6e0973d1c.tar.bz2 |
Help: Add a 3.9 release note about the VS GenerateDebugInformation update
Add a release note corresponding to the environmental regression fixed
by commit v3.9.0-rc6~15^2~1 (VS: Fix GenerateDebugInformation values for
v140 and v141 toolsets, 2017-06-27).
-rw-r--r-- | Help/release/3.9.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.9.rst b/Help/release/3.9.rst index c31f533..b779754 100644 --- a/Help/release/3.9.rst +++ b/Help/release/3.9.rst @@ -319,3 +319,8 @@ Other Changes * On macOS, ``RPATH`` settings such as :prop_tgt:`BUILD_WITH_INSTALL_RPATH` no longer affect the ``install_name`` field. See policy :policy:`CMP0068`. + +* The :generator:`Visual Studio 14 2015` generator has been taught about + a change to the ``v140`` toolset made by a VS 2015 update. VS changed + the set of values it understands for the ``GenerateDebugInformation`` + linker setting that produces the ``-DEBUG`` linker flag variants. |