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 /Tests | |
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 'Tests')
-rw-r--r-- | Tests/SimpleInstall/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/SimpleInstallS2/CMakeLists.txt | 1 |
2 files changed, 2 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) diff --git a/Tests/SimpleInstallS2/CMakeLists.txt b/Tests/SimpleInstallS2/CMakeLists.txt index 2737f18..aee92f6 100644 --- a/Tests/SimpleInstallS2/CMakeLists.txt +++ b/Tests/SimpleInstallS2/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) |