diff options
author | Brad King <brad.king@kitware.com> | 2015-10-05 17:06:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-05 17:09:04 (GMT) |
commit | 9cbab63ee143662a94fa050b95d02e9f14342907 (patch) | |
tree | 68b50ad2d7e558e04b66ff359f0575bfd9b5e31a /Tests | |
parent | f2791da132a42cb71384065b340ae212679fc336 (diff) | |
download | CMake-9cbab63ee143662a94fa050b95d02e9f14342907.zip CMake-9cbab63ee143662a94fa050b95d02e9f14342907.tar.gz CMake-9cbab63ee143662a94fa050b95d02e9f14342907.tar.bz2 |
Tests: Drop nightly OS X ppc/i386 binary
Users with OS X 10.5 or below can build from source or use an older
CMake version.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index c82cb68..46a1243 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -687,8 +687,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release if(CMAKE_BUILD_NIGHTLY_RELEASES) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyWindows dash2win64_release.cmake) - ADD_NIGHTLY_BUILD_TEST(CMakeNightlyMac - dashmacmini2_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyMac64 dashmacmini5_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux |