InstallRequiredSystemLibraries: Optionally install Windows UCRT (#16073)

This commit is contained in:
Brad King
2016-05-12 11:10:23 -04:00
parent bbf8c03b4f
commit 6b0b066074
4 changed files with 31 additions and 0 deletions
@@ -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.