diff options
author | Brad King <brad.king@kitware.com> | 2016-03-07 15:02:42 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-03-07 15:02:42 (GMT) |
commit | cfb4d7736e030c08d047153da635b61ca97e3135 (patch) | |
tree | 7e2986c89ec5e77b6cd0462ccf79d8e9786846a1 /Tests | |
parent | 9fcc8ff455a81379b0eec58b4f763d7699916171 (diff) | |
parent | b682debd65f07fb219a6a9c6b5fa5f42b468a845 (diff) | |
download | CMake-cfb4d7736e030c08d047153da635b61ca97e3135.zip CMake-cfb4d7736e030c08d047153da635b61ca97e3135.tar.gz CMake-cfb4d7736e030c08d047153da635b61ca97e3135.tar.bz2 |
Merge topic 'update-osx-release'
b682debd Utilities/Release: Switch to OS X 10.7 and Qt 5.5 for Mac binary
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 b43275a..ba493cb 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 ADD_NIGHTLY_BUILD_TEST(CMakeNightlyWindows dash3win7_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX - dashmacmini5_release.cmake) + bigmac_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux32 magrathea_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux64 |