summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-13 13:38:29 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-05-13 13:38:29 (GMT)
commita0e00c4b3f81293e3547ed94be70504caeff2021 (patch)
treead87e4e8a072e68d5fd214e56a3180d6efc2bf94 /Help
parentbdc84a9def0ad1110e04bca9373a80abdd9a2c66 (diff)
parent6b0b0660740e879ba90cc4a69293a46ad28c896c (diff)
downloadCMake-a0e00c4b3f81293e3547ed94be70504caeff2021.zip
CMake-a0e00c4b3f81293e3547ed94be70504caeff2021.tar.gz
CMake-a0e00c4b3f81293e3547ed94be70504caeff2021.tar.bz2
Merge topic 'InstallRequiredSystemLibraries-Windows-UCRT'
6b0b0660 InstallRequiredSystemLibraries: Optionally install Windows UCRT (#16073) bbf8c03b InstallRequiredSystemLibraries: Fix ENV{ProgramFiles(x86)} reference
Diffstat (limited to 'Help')
-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.