Skip to content
Snippets Groups Projects
Commit 9faac89c authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

ROOT_SUPPORT key is removed from cmake

parent 967ecf58
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ option(BORNAGAIN_USERMANUAL "Build the User Manual" OFF)
option(BORNAGAIN_MANPAGE "Build Unix man page" OFF)
option(BUILD_DEBIAN "Build a debian package" OFF)
option(BORNAGAIN_APPLE_BUNDLE "Create a Mac OS X bundle" OFF)
option(ROOT_SUPPORT "Build with dependencies from ROOT" OFF)
option(BORNAGAIN_OPENMPI "Build with OpenMPI support" OFF)
option(BORNAGAIN_RELEASE "Special option for making release" OFF)
option(BORNAGAIN_CRASHHADLER "Additional machinery to send crash reports" OFF)
......@@ -25,7 +24,6 @@ option(BORNAGAIN_CRASHHADLER "Additional machinery to send crash reports" OFF)
#--- Including macros ---
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
include(BornAgainMacros)
#AssureOutOfSourceBuilds()
include(SearchInstalledSoftware)
include(CheckCompiler)
include(BornAgainConfiguration)
......
......@@ -85,6 +85,6 @@ endif()
# --- ROOT ---
if(ROOT_SUPPORT OR BORNAGAIN_APP)
if(BORNAGAIN_APP)
find_package(ROOT)
endif()
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