Skip to content
Snippets Groups Projects
Commit bd31d366 authored by Lars Bilke's avatar Lars Bilke
Browse files

Revert last commit, add Eigen dependency to ProcessLib.

parent dc5be206
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,3 @@ include_directories( ...@@ -12,7 +12,3 @@ include_directories(
../MathLib ../MathLib
../MeshLib ../MeshLib
) )
if(TARGET Eigen)
add_dependencies(AssemblerLib Eigen)
endif()
...@@ -9,3 +9,7 @@ target_link_libraries(ProcessLib INTERFACE ...@@ -9,3 +9,7 @@ target_link_libraries(ProcessLib INTERFACE
MeshGeoToolsLib MeshGeoToolsLib
logog logog
) )
if(TARGET Eigen)
add_dependencies(ProcessLib Eigen)
endif()
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