Skip to content

Commit

Permalink
Merge branch 'gui-fix' into 'master'
Browse files Browse the repository at this point in the history
[cmake] Added missing python linking on gui.

See merge request ogs/ogs!5113
  • Loading branch information
bilke committed Sep 23, 2024
2 parents f4018e9 + 582a6b1 commit 350ab93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ if(OGS_BUILD_GUI)
VtkVisFilter
QtDataView
VTK::IOImage
pybind11::embed
)
if(GEOTIFF_FOUND)
target_link_libraries(testrunner PRIVATE ${GEOTIFF_LIBRARIES})
Expand Down

0 comments on commit 350ab93

Please sign in to comment.