diff options
author | Brad King <brad.king@kitware.com> | 2016-05-12 15:10:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-12 15:10:23 (GMT) |
commit | 6b0b0660740e879ba90cc4a69293a46ad28c896c (patch) | |
tree | 42135ca6160a8b5ab08582903c97b3badf8cd4b7 /Help/release | |
parent | bbf8c03b4f04ffcf2bd96b6408e4fa3598b2526f (diff) | |
download | CMake-6b0b0660740e879ba90cc4a69293a46ad28c896c.zip CMake-6b0b0660740e879ba90cc4a69293a46ad28c896c.tar.gz CMake-6b0b0660740e879ba90cc4a69293a46ad28c896c.tar.bz2 |
InstallRequiredSystemLibraries: Optionally install Windows UCRT (#16073)
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/InstallRequiredSystemLibraries-Windows-UCRT.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/InstallRequiredSystemLibraries-Windows-UCRT.rst b/Help/release/dev/InstallRequiredSystemLibraries-Windows-UCRT.rst new file mode 100644 index 0000000..e52531d --- /dev/null +++ b/Help/release/dev/InstallRequiredSystemLibraries-Windows-UCRT.rst @@ -0,0 +1,6 @@ +InstallRequiredSystemLibraries-Windows-UCRT +------------------------------------------- + +* The :module:`InstallRequiredSystemLibraries` module learned a new + ``CMAKE_INSTALL_UCRT_LIBRARIES`` option to enable app-local deployment + of the Windows Universal CRT libraries with Visual Studio 2015. |