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

[cmake] Cleanup.

parent 7095bad1
No related branches found
No related tags found
No related merge requests found
...@@ -51,14 +51,8 @@ endif() ...@@ -51,14 +51,8 @@ endif()
# Third-party libraries, names come from Conan package names # Third-party libraries, names come from Conan package names
set(OGS_LIBS set(OGS_LIBS
vtk vtk
boost
eigen
qt qt
shapelib
libgeotiff
petsc petsc
lis
cvode
tfel tfel
CACHE INTERNAL "") CACHE INTERNAL "")
foreach(LIB ${OGS_LIBS}) foreach(LIB ${OGS_LIBS})
......
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