diff options
author | Brad King <brad.king@kitware.com> | 2017-07-17 14:26:45 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-07-17 14:27:26 (GMT) |
commit | 5401491648c76b61307907633502c78cd2393392 (patch) | |
tree | 16b1dee017ed3cf620cb41f66487963c17065446 | |
parent | 94d387a970d628c14ffcbd9e6435e5a3efe94280 (diff) | |
parent | cfa9a2bd8893349516a2f5ffa51e67e6e0973d1c (diff) | |
download | CMake-5401491648c76b61307907633502c78cd2393392.zip CMake-5401491648c76b61307907633502c78cd2393392.tar.gz CMake-5401491648c76b61307907633502c78cd2393392.tar.bz2 |
Merge topic 'doc-vs2015-update-relnote'
cfa9a2bd Help: Add a 3.9 release note about the VS GenerateDebugInformation update
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1060
-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 f8735a8..14e8699 100644 --- a/Help/release/3.9.rst +++ b/Help/release/3.9.rst @@ -321,3 +321,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. |