From 18ff88124b951bd77d78a61b890122238ad9942a Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Tue, 12 Oct 2010 16:22:58 +0200 Subject: [PATCH] remove CTest support. It is unused and is causing make clean failures --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ed6abafc..08575372b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,6 @@ include(OST) project(OpenStructure CXX C) -INCLUDE(CTest) -ENABLE_TESTING() - option(USE_SHADER "whether to compile with shader support" OFF) option(SET_RPATH "embed rpath upon make install" @@ -112,7 +109,6 @@ if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Debug) endif() -enable_testing() set(STAGE_DIR "${CMAKE_BINARY_DIR}/stage") set(EXECUTABLE_OUTPUT_PATH ${STAGE_DIR}/bin) set(HEADER_STAGE_PATH ${STAGE_DIR}/include) -- GitLab