Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
cedc4a48
Commit
cedc4a48
authored
Mar 24, 2020
by
Simon Spannagel
Committed by
Jens Kroeger
Apr 02, 2020
Browse files
CI/Build: source LCG view if used
(cherry picked from commit
b7feae09
)
parent
122c20a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cedc4a48
...
...
@@ -157,6 +157,11 @@ CORRYVRECKAN_SETUP_EIGEN_TARGETS()
SET
(
CORRYVRECKAN_DEPS_INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
)
SET
(
CORRYVRECKAN_DEPS_LIBRARIES Eigen3::Eigen ROOT::Core ROOT::GenVector ROOT::Geom ROOT::RIO ROOT::Hist ROOT::Minuit ROOT::Minuit2
)
# Add the LCG view as dependency if set:
IF
(
DEFINED ENV{LCG_VIEW}
)
ADD_RUNTIME_DEP
(
$ENV{LCG_VIEW}
)
ENDIF
()
# Add "thisroot.sh" as runtime dependency for setup.sh file:
ADD_RUNTIME_DEP
(
thisroot.sh
)
...
...
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