diff options
author | Brad King <brad.king@kitware.com> | 2017-07-14 11:02:45 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-14 11:02:45 -0400 |
commit | f2b05a095ab2ab12d9d82daabdc31e46d36d4fcf (patch) | |
tree | 5c5355aea50a70d2309a577d615873186bb58a6a /Help | |
parent | 68a64478c51ff6feb3eb939517e53ba3de850642 (diff) | |
parent | cfa9a2bd8893349516a2f5ffa51e67e6e0973d1c (diff) | |
download | cmake-f2b05a095ab2ab12d9d82daabdc31e46d36d4fcf.tar.gz |
Merge branch 'doc-vs2015-update-relnote' into release-3.9
Diffstat (limited to 'Help')
-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 f8735a8ce1..14e8699b43 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. |