Skip to content
Snippets Groups Projects
Commit 77536bca authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Update CMakeLists.txt: http is not a ROOT OPTIONAL_COMPONENT (just an option)

parent cca78dcd
Branches
Tags v1.2.2
No related merge requests found
...@@ -7,7 +7,7 @@ include(GNUInstallDirs) ...@@ -7,7 +7,7 @@ include(GNUInstallDirs)
find_package(fmt REQUIRED) find_package(fmt REQUIRED)
find_package(spdlog REQUIRED) find_package(spdlog REQUIRED)
find_package(DD4hep REQUIRED COMPONENTS DDCore DDG4 ) find_package(DD4hep REQUIRED COMPONENTS DDCore DDG4 )
find_package(ROOT REQUIRED COMPONENTS Geom GenVector MathCore OPTIONAL_COMPONENTS http) find_package(ROOT REQUIRED COMPONENTS Geom GenVector MathCore)
include(${ROOT_USE_FILE}) include(${ROOT_USE_FILE})
# ------------------------------------ # ------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment