diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-28 13:52:40 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-02-28 13:55:47 (GMT) |
commit | 4b67c4b94cc38814c4ff441b4a2f5cf792725485 (patch) | |
tree | 0cb1f221aad0ae6eb39dd458e4b1302cfcaddbbe /CMakeLists.txt | |
parent | 0f9dbc1608969c3b2dd7e4842e338fa5f90f0b43 (diff) | |
download | CMake-4b67c4b94cc38814c4ff441b4a2f5cf792725485.zip CMake-4b67c4b94cc38814c4ff441b4a2f5cf792725485.tar.gz CMake-4b67c4b94cc38814c4ff441b4a2f5cf792725485.tar.bz2 |
Remove compatibility CTest code.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 761ad20..9e1e7c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,8 +164,6 @@ macro(CMAKE_SETUP_TESTING) ${CMake_BINARY_DIR}/Modules/.NoDartCoverage) configure_file(${CMake_SOURCE_DIR}/CTestCustom.cmake.in ${CMake_BINARY_DIR}/CTestCustom.cmake @ONLY) - configure_file(${CMake_SOURCE_DIR}/CTestCustom.ctest.in - ${CMake_BINARY_DIR}/CTestCustom.ctest @ONLY) if(BUILD_TESTING AND DART_ROOT) configure_file(${CMake_SOURCE_DIR}/CMakeLogo.gif ${CMake_BINARY_DIR}/Testing/HTML/TestingResults/Icons/Logo.gif COPYONLY) |