Skip to content
Snippets Groups Projects
Commit a6061147 authored by Fabian Reister's avatar Fabian Reister
Browse files

Eigen3: using target instead of variable

parent 67c17eea
No related branches found
No related tags found
No related merge requests found
...@@ -272,7 +272,7 @@ target_link_libraries(SimoxUtility PUBLIC stdc++fs) ...@@ -272,7 +272,7 @@ target_link_libraries(SimoxUtility PUBLIC stdc++fs)
# Setup dependencies # Setup dependencies
####################################################################### #######################################################################
#### Eigen #### Eigen
target_include_directories(SimoxUtility SYSTEM PUBLIC ${Eigen3_INCLUDE_DIR}) target_link_libraries(SimoxUtility PUBLIC Eigen3::Eigen)
#### BOOST #### BOOST
target_link_libraries(SimoxUtility PUBLIC target_link_libraries(SimoxUtility PUBLIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment