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

Merge branch 'gui-fix' into 'master'

[cmake] Added missing python linking on gui.

See merge request ogs/ogs!5113
parents f4018e95 582a6b11
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@ if(OGS_BUILD_GUI)
VtkVisFilter
QtDataView
VTK::IOImage
pybind11::embed
)
if(GEOTIFF_FOUND)
target_link_libraries(testrunner PRIVATE ${GEOTIFF_LIBRARIES})
......
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