Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
NPDet
Commits
0f95d048
Commit
0f95d048
authored
Jan 12, 2022
by
Wouter Deconinck
Browse files
Update CMakeLists.txt: http is not a ROOT OPTIONAL_COMPONENT (just an option)
parent
ddc83679
Pipeline
#26690
passed with stages
in 52 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
src/tools/CMakeLists.txt
View file @
0f95d048
...
...
@@ -7,7 +7,7 @@ include(GNUInstallDirs)
find_package
(
fmt REQUIRED
)
find_package
(
spdlog REQUIRED
)
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
}
)
# ------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment