diff options
author | Brad King <brad.king@kitware.com> | 2015-10-06 17:56:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-06 17:56:19 (GMT) |
commit | 26a0b52dfe94bad42e1f249aa0341dd1fbbc38cc (patch) | |
tree | bfae4c13ddbe8d3de15bd8cfc019ce506656b50a /Tests/CMakeLists.txt | |
parent | fab35c95cbf47e583cbf86b1db1ac3e77ce7035e (diff) | |
download | CMake-26a0b52dfe94bad42e1f249aa0341dd1fbbc38cc.zip CMake-26a0b52dfe94bad42e1f249aa0341dd1fbbc38cc.tar.gz CMake-26a0b52dfe94bad42e1f249aa0341dd1fbbc38cc.tar.bz2 |
Tests: Rename Linux nightly release binary test to Linux32
Distinguish the name from a future 64-bit nightly binary.
Diffstat (limited to 'Tests/CMakeLists.txt')
-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 1861d82..2b23360 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -689,7 +689,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release dash2win64_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX dashmacmini5_release.cmake) - ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux + ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux32 magrathea_release.cmake) endif() |