diff options
author | Brad King <brad.king@kitware.com> | 2016-08-31 13:19:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-08-31 13:19:28 (GMT) |
commit | 59d559af2e35d3521c7cffc4a0c7c33ffaf2c744 (patch) | |
tree | eb209247bf369b209bc0cae6ee0e737976066b68 /Tests/CMakeLists.txt | |
parent | 9bbf1dc06ebb891498747768736442b22058c49e (diff) | |
parent | b82d027b457db00b1a48ca225444d9c977cfc6f9 (diff) | |
download | CMake-59d559af2e35d3521c7cffc4a0c7c33ffaf2c744.zip CMake-59d559af2e35d3521c7cffc4a0c7c33ffaf2c744.tar.gz CMake-59d559af2e35d3521c7cffc4a0c7c33ffaf2c744.tar.bz2 |
Merge topic 'drop-linux-i386-binary'
b82d027b Utilities/Release: Drop Linux 32-bit binary
Diffstat (limited to 'Tests/CMakeLists.txt')
-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 c119cfd..4e9b062 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -676,8 +676,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release win64_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX osx_release.cmake) - ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux32 - linux32_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux64 linux64_release.cmake) set_property(TEST CMakeNightlyWin64 PROPERTY DEPENDS CMakeNightlyWin32) |