diff options
author | Brad King <brad.king@kitware.com> | 2016-01-07 18:28:31 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-01-07 18:28:31 (GMT) |
commit | 5112da5c2fe9cfa35d741cd0f35d20c787797475 (patch) | |
tree | db4b8c2050d91186529a0e943837d7c7070c44ff /Tests | |
parent | 070f09f91ea2ea903ad503925e4870aaf541d291 (diff) | |
parent | fae4779864d1e5a93369b1ac7de9ee7428a28043 (diff) | |
download | CMake-5112da5c2fe9cfa35d741cd0f35d20c787797475.zip CMake-5112da5c2fe9cfa35d741cd0f35d20c787797475.tar.gz CMake-5112da5c2fe9cfa35d741cd0f35d20c787797475.tar.bz2 |
Merge topic 'release-windows'
fae47798 Utilities/Release: Configure Windows binary to support Windows XP
083312a8 Utilities/Release: Switch to .msi builder for Windows binary
240b065f Utilities/Release: Optionally load environment on remote build server
a95b4715 Utilities/Release: Add optional remote launcher to ssh calls
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 65bfb77..043b757 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -685,7 +685,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release endmacro() if(CMAKE_BUILD_NIGHTLY_RELEASES) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyWindows - dash2win64_release.cmake) + dash3win7_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX dashmacmini5_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux32 |