summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-12 15:10:23 (GMT)
committerBrad King <brad.king@kitware.com>2016-05-12 15:10:23 (GMT)
commit6b0b0660740e879ba90cc4a69293a46ad28c896c (patch)
tree42135ca6160a8b5ab08582903c97b3badf8cd4b7 /Help/release
parentbbf8c03b4f04ffcf2bd96b6408e4fa3598b2526f (diff)
downloadCMake-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.rst6
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.