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
2bda0835
Commit
2bda0835
authored
Apr 21, 2021
by
Lennart Huth
Browse files
don't double include eigen3
parent
3310fbfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
3rdparty/GeneralBrokenLines/CMakeLists.txt
View file @
2bda0835
...
...
@@ -12,7 +12,6 @@ PROJECT(GBL VERSION "2.2.0")
# Enable ROOT support
FIND_PACKAGE
(
ROOT REQUIRED
)
ADD_DEFINITIONS
(
-DGBL_EIGEN_SUPPORT_ROOT
)
FIND_PACKAGE
(
Eigen3 REQUIRED
)
# include directories
INCLUDE_DIRECTORIES
(
SYSTEM BEFORE ./include
${
ROOT_INCLUDE_DIRS
}
${
EIGEN3_INCLUDE_DIR
}
)
...
...
Write
Preview
Supports
Markdown
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