diff options
author | Brad King <brad.king@kitware.com> | 2016-06-30 12:52:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-30 12:54:46 (GMT) |
commit | dab3ccf29422105fe9d200bfecb6beccdb659190 (patch) | |
tree | 0beebb76e2302ad7882617c52b345a95e5c95766 /Modules/InstallRequiredSystemLibraries.cmake | |
parent | dd71ec2c93fdf34f8bbcaafbc05f000ef6ed6cab (diff) | |
download | CMake-dab3ccf29422105fe9d200bfecb6beccdb659190.zip CMake-dab3ccf29422105fe9d200bfecb6beccdb659190.tar.gz CMake-dab3ccf29422105fe9d200bfecb6beccdb659190.tar.bz2 |
InstallRequiredSystemLibraries: Document UCRT option use case
Suggested-by: Hendrik Sattler <post@hendrik-sattler.de>
Diffstat (limited to 'Modules/InstallRequiredSystemLibraries.cmake')
-rw-r--r-- | Modules/InstallRequiredSystemLibraries.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/InstallRequiredSystemLibraries.cmake b/Modules/InstallRequiredSystemLibraries.cmake index aa84077..1c6e751 100644 --- a/Modules/InstallRequiredSystemLibraries.cmake +++ b/Modules/InstallRequiredSystemLibraries.cmake @@ -25,8 +25,8 @@ # # ``CMAKE_INSTALL_UCRT_LIBRARIES`` # Set to TRUE to install the Windows Universal CRT libraries for -# app-local deployment. This is meaningful only with MSVC from -# Visual Studio 2015 or higher. +# app-local deployment (e.g. to Windows XP). This is meaningful +# only with MSVC from Visual Studio 2015 or higher. # # ``CMAKE_INSTALL_MFC_LIBRARIES`` # Set to TRUE to install the MSVC MFC runtime libraries. |