Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Constantin Heidegger
athena
Commits
8e930ab2
Commit
8e930ab2
authored
Jan 16, 2019
by
Vakhtang Tsulaia
Browse files
Merge branch 'cmake.FTK_RecTools-20190114' into 'master'
FTK_RecTools: cmake fix See merge request
atlas/athena!20350
parents
cd3074af
9667338d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Trigger/TrigFTK/FTK_RecTools/CMakeLists.txt
View file @
8e930ab2
...
...
@@ -40,7 +40,9 @@ atlas_depends_on_subdirs( PUBLIC
# External dependencies:
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread Eigen CLHEP
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
find_package
(
Eigen
)
find_package
(
CLHEP
)
# Component(s) in the package:
atlas_add_library
(
FTK_RecToolsLib
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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