diff options
author | Brad King <brad.king@kitware.com> | 2016-07-01 13:12:36 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-07-01 13:12:36 (GMT) |
commit | cff9c11de779e44f3deceaa46f4adf31491b44e8 (patch) | |
tree | 302ba72f49e58f7bf3870682051e6504d9d80668 /Modules | |
parent | f408a5b1b9ebb7649537b78cf1303b46860eafee (diff) | |
parent | c05d240ef7b4705e6a03d29a432412672193c11c (diff) | |
download | CMake-cff9c11de779e44f3deceaa46f4adf31491b44e8.zip CMake-cff9c11de779e44f3deceaa46f4adf31491b44e8.tar.gz CMake-cff9c11de779e44f3deceaa46f4adf31491b44e8.tar.bz2 |
Merge topic 'doc-updates'
c05d240e Help: Document CMAKE_TRY_COMPILE_PLATFORM_VARIABLES example
dab3ccf2 InstallRequiredSystemLibraries: Document UCRT option use case
Diffstat (limited to 'Modules')
-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. |