summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-12 15:10:23 (GMT)
committerBrad King <brad.king@kitware.com>2016-05-12 15:10:23 (GMT)
commit6b0b0660740e879ba90cc4a69293a46ad28c896c (patch)
tree42135ca6160a8b5ab08582903c97b3badf8cd4b7 /Tests/SimpleInstall
parentbbf8c03b4f04ffcf2bd96b6408e4fa3598b2526f (diff)
downloadCMake-6b0b0660740e879ba90cc4a69293a46ad28c896c.zip
CMake-6b0b0660740e879ba90cc4a69293a46ad28c896c.tar.gz
CMake-6b0b0660740e879ba90cc4a69293a46ad28c896c.tar.bz2
InstallRequiredSystemLibraries: Optionally install Windows UCRT (#16073)
Diffstat (limited to 'Tests/SimpleInstall')
-rw-r--r--Tests/SimpleInstall/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/CMakeLists.txt b/Tests/SimpleInstall/CMakeLists.txt
index 2737f18..aee92f6 100644
--- a/Tests/SimpleInstall/CMakeLists.txt
+++ b/Tests/SimpleInstall/CMakeLists.txt
@@ -364,6 +364,7 @@ endif()
set(CPACK_PACKAGE_EXECUTABLES "SimpleInstall" "Simple Install")
set(CMAKE_INSTALL_MFC_LIBRARIES 1)
set(CMAKE_INSTALL_DEBUG_LIBRARIES 1)
+set(CMAKE_INSTALL_UCRT_LIBRARIES 1)
include(InstallRequiredSystemLibraries)
if(CTEST_TEST_CPACK)