Skip to content
Snippets Groups Projects
Commit 596cc90d authored by Dmitri Naumov's avatar Dmitri Naumov Committed by GitHub
Browse files

Merge pull request #1270 from TomFischer/RemoveLinkingOfFileIO

Remove FileIO from target_link_libraries list.
parents 9584303f 2162922c
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ target_link_libraries(ogs ...@@ -8,7 +8,6 @@ target_link_libraries(ogs
MeshGeoToolsLib MeshGeoToolsLib
ProcessLib ProcessLib
NumLib NumLib
FileIO
) )
ADD_VTK_DEPENDENCY(ogs) ADD_VTK_DEPENDENCY(ogs)
......
...@@ -9,7 +9,6 @@ target_link_libraries(MeshGeoToolsLib ...@@ -9,7 +9,6 @@ target_link_libraries(MeshGeoToolsLib
MathLib MathLib
MeshLib MeshLib
GeoLib GeoLib
FileIO
) )
if(TARGET Boost) if(TARGET Boost)
......
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