From f9b8cf7c7fa83e3c9913d3e6025882c6c11e0176 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 10 Dec 2021 13:07:12 +0100 Subject: [PATCH] check-header: fixes in GeoLib. --- GeoLib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeoLib/CMakeLists.txt b/GeoLib/CMakeLists.txt index 04263e0a20e..cbb3ce08ebe 100644 --- a/GeoLib/CMakeLists.txt +++ b/GeoLib/CMakeLists.txt @@ -14,7 +14,7 @@ ogs_add_library(GeoLib ${SOURCES}) target_link_libraries( GeoLib - PUBLIC BaseLib MathLib $<$<BOOL:${OGS_BUILD_GUI}>:rapidxml> + PUBLIC BaseLib Eigen3::Eigen MathLib $<$<BOOL:${OGS_BUILD_GUI}>:rapidxml> $<$<BOOL:${OGS_BUILD_GUI}>:Qt5::Xml> $<$<BOOL:${OGS_BUILD_GUI}>:Qt5::XmlPatterns> PRIVATE tet -- GitLab