diff options
author | Brad King <brad.king@kitware.com> | 2016-05-13 13:38:29 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-05-13 13:38:29 (GMT) |
commit | a0e00c4b3f81293e3547ed94be70504caeff2021 (patch) | |
tree | ad87e4e8a072e68d5fd214e56a3180d6efc2bf94 /Help | |
parent | bdc84a9def0ad1110e04bca9373a80abdd9a2c66 (diff) | |
parent | 6b0b0660740e879ba90cc4a69293a46ad28c896c (diff) | |
download | CMake-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.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. |