Skip to content
Snippets Groups Projects
Commit 4b72761c authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CMake: rm obsolete flag for buildbot server

parent 6486cc25
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ option(BORNAGAIN_APPLE_BUNDLE "Create a Mac OS X bundle" OFF)
option(ZERO_TOLERANCE "Terminate compilation on warnings" OFF)
option(BORNAGAIN_COVERAGE "Build with test coverage information" OFF)
option(BORNAGAIN_DEBUG_OPTIMIZATION "Build with debug optimization (gcc only)" OFF)
option(BORNAGAIN_BUILDBOT_SERVER "Special option for the buildbot server" OFF)
option(BORNAGAIN_TIDY "Invokes clang-tidy" OFF)
if(AUTOGENERATE)
......
......@@ -107,9 +107,7 @@ message(STATUS "Destination directories:
# configure files
# -----------------------------------------------------------------------------
if(NOT BORNAGAIN_BUILDBOT_SERVER)
configure_file(${TEMPLATE_DIR}/CTestCustom.cmake.in ${CMAKE_BINARY_DIR}/CTestCustom.cmake)
endif()
if (WIN32)
# Necessary to provide correct slashes in BABuild.h
......
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