Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
b7feae09
Commit
b7feae09
authored
Mar 24, 2020
by
Simon Spannagel
Browse files
CI/Build: source LCG view if used
parent
e9d5cc08
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b7feae09
...
@@ -159,6 +159,11 @@ ADD_SUBDIRECTORY(3rdparty/GeneralBrokenLines)
...
@@ -159,6 +159,11 @@ ADD_SUBDIRECTORY(3rdparty/GeneralBrokenLines)
SET
(
CORRYVRECKAN_DEPS_INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
)
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 GBL
)
SET
(
CORRYVRECKAN_DEPS_LIBRARIES Eigen3::Eigen ROOT::Core ROOT::GenVector ROOT::Geom ROOT::RIO ROOT::Hist ROOT::Minuit ROOT::Minuit2 GBL
)
# 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 "thisroot.sh" as runtime dependency for setup.sh file:
ADD_RUNTIME_DEP
(
thisroot.sh
)
ADD_RUNTIME_DEP
(
thisroot.sh
)
...
...
Simon Spannagel
@simonspa
mentioned in commit
cedc4a48
·
Jun 18, 2020
mentioned in commit
cedc4a48
mentioned in commit cedc4a48ec03f06bbe7734e0098e3cc605ba8889
Toggle commit list
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