diff options
author | Brad King <brad.king@kitware.com> | 2015-10-05 17:07:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-05 17:09:36 (GMT) |
commit | 992c43d2ed0bdede5d9d0389c51b8e28bb22cd96 (patch) | |
tree | 7a272f3eca2cfe132c3ecc2584de7d65ab186128 /Tests | |
parent | 45fa326b6ccceae1858ef3f30c11341c8b397d73 (diff) | |
download | CMake-992c43d2ed0bdede5d9d0389c51b8e28bb22cd96.zip CMake-992c43d2ed0bdede5d9d0389c51b8e28bb22cd96.tar.gz CMake-992c43d2ed0bdede5d9d0389c51b8e28bb22cd96.tar.bz2 |
Tests: Rename OS X nightly release binary test
The "Mac64" build is now the primary and only OS X build, so just name
it "OSX".
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 46a1243..1861d82 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -687,7 +687,7 @@ ${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(CMakeNightlyMac64 + ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX dashmacmini5_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux magrathea_release.cmake) |