diff options
author | Brad King <brad.king@kitware.com> | 2019-04-22 11:38:20 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-04-22 11:38:33 (GMT) |
commit | cb23f2ac8b2484c9bf1e0db78831b3ea8d54766c (patch) | |
tree | 95826235038775468ac681b1dfef81afb5a9fc1d /Help/release | |
parent | 8c322f9313e60af28d2deee739a88a683885e484 (diff) | |
parent | db02be85a0bcccb633b31f087cde96d95fd21e8f (diff) | |
download | CMake-cb23f2ac8b2484c9bf1e0db78831b3ea8d54766c.zip CMake-cb23f2ac8b2484c9bf1e0db78831b3ea8d54766c.tar.gz CMake-cb23f2ac8b2484c9bf1e0db78831b3ea8d54766c.tar.bz2 |
Merge topic 'vs-default-platform'
db02be85a0 VS: Provide the default platform name to project code
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3246
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.14.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst index f2a91c6..c208304 100644 --- a/Help/release/3.14.rst +++ b/Help/release/3.14.rst @@ -137,6 +137,10 @@ Variables relocatable and reproducible builds that are invariant of the build directory. +* A :variable:`CMAKE_VS_PLATFORM_NAME_DEFAULT` variable was added for + :ref:`Visual Studio Generators` to report their default platform used + when :variable:`CMAKE_GENERATOR_PLATFORM` is not set explicitly. + Properties ---------- @@ -391,3 +395,10 @@ Changes made since CMake 3.14.0 include the following. our conventions. 3.14.1 revises the module to use ``Fontconfig_*`` variable names. This is incompatible with 3.14.0 but since the module is new in the 3.14 series usage should not yet be widespread. + +3.14.3 +------ + +* The :variable:`CMAKE_VS_PLATFORM_NAME_DEFAULT` variable was added + to help toolchain files work with the :generator:`Visual Studio 16 2019` + generator where the default platform now depends on the host platform. |