From 47efb43efb97059cc8c514f119a499362d9757a5 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 8 Mar 2021 14:08:39 +0100 Subject: [PATCH] [cmake] Cleanup. --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc1dea6cba3..6172d66c6ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,14 +51,8 @@ endif() # Third-party libraries, names come from Conan package names set(OGS_LIBS vtk - boost - eigen qt - shapelib - libgeotiff petsc - lis - cvode tfel CACHE INTERNAL "") foreach(LIB ${OGS_LIBS}) -- GitLab