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

check-header: fixes in GeoLib.

parent 79a0a331
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ogs_add_library(GeoLib ${SOURCES}) ...@@ -14,7 +14,7 @@ ogs_add_library(GeoLib ${SOURCES})
target_link_libraries( target_link_libraries(
GeoLib 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::Xml>
$<$<BOOL:${OGS_BUILD_GUI}>:Qt5::XmlPatterns> $<$<BOOL:${OGS_BUILD_GUI}>:Qt5::XmlPatterns>
PRIVATE tet PRIVATE tet
......
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