Skip to content
Snippets Groups Projects
Commit 18ff8812 authored by Marco Biasini's avatar Marco Biasini
Browse files

remove CTest support. It is unused and is causing make clean failures

parent 44e1ff4c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment