summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-10-05 17:07:55 (GMT)
committerBrad King <brad.king@kitware.com>2015-10-05 17:09:36 (GMT)
commit992c43d2ed0bdede5d9d0389c51b8e28bb22cd96 (patch)
tree7a272f3eca2cfe132c3ecc2584de7d65ab186128 /Tests
parent45fa326b6ccceae1858ef3f30c11341c8b397d73 (diff)
downloadCMake-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.txt2
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)