Skip to content
Snippets Groups Projects
Unverified Commit 869fb615 authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by GitHub
Browse files

BORNAGAIN_NEWREFL=ON by default

parent 85b18be8
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ add_custom_target(fullcheck COMMAND ${CMAKE_CTEST_COMMAND})
option(BORNAGAIN_PYTHON "Build with python support" ON)
option(BORNAGAIN_GUI "Build a graphical user interface" ON)
option(BORNAGAIN_TIFF_SUPPORT "Tiff files read/write support" ON)
option(BORNAGAIN_NEWREFL "Compile reflectometry GUI prototype" ON)
# options that are off by default (switch on for additional functionality)
option(BORNAGAIN_MPI "Build with MPI support" OFF)
......@@ -52,7 +53,6 @@ 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_TIDY "Invokes clang-tidy" OFF)
option(BORNAGAIN_NEWREFL "Compile reflectometry GUI prototype" OFF)
if(BORNAGAIN_TIDY AND BORNAGAIN_PYTHON)
message(FATAL_ERROR "BORNAGAIN_TIDY is incompatible with BORNAGAIN_PYTHON")
......
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