Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
fb1af20b
Commit
fb1af20b
authored
Jan 15, 2021
by
Martin Heistermann
Browse files
CMake: Remove accidental target_link_libraries(Eigen3::Eigen)
parent
04fe4c21
Pipeline
#16437
passed with stages
in 5 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
fb1af20b
...
...
@@ -306,7 +306,6 @@ if (TARGET Eigen3::Eigen)
message
(
STATUS
"Found Eigen3"
)
set
(
COMISO_EIGEN3_CONFIG_FILE_SETTINGS
"#define COMISO_EIGEN3_AVAILABLE 1"
)
list
(
APPEND COMISO_LINK_LIBRARIES Eigen3::Eigen
)
target_link_libraries
(
Eigen3::Eigen
)
else
()
message
(
FATAL_ERROR
"Eigen3 not found!"
)
set
(
COMISO_EIGEN3_CONFIG_FILE_SETTINGS
"#define COMISO_EIGEN3_AVAILABLE 0"
)
...
...
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