Skip to content

Commit

Permalink
[CMake] Fixed linking error on Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jul 11, 2019
1 parent 9218caf commit 9ad98fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/CMakeLists.txt
Expand Up @@ -73,6 +73,9 @@ endif()

if(OGS_BUILD_GUI)
target_link_libraries(testrunner Qt5::Core Qt5::Gui Qt5::Xml Qt5::Network VtkVis QtDataView)
if(GEOTIFF_FOUND)
target_link_libraries(testrunner ${GEOTIFF_LIBRARIES})
endif()
endif()

if(OGS_USE_PCH)
Expand Down

0 comments on commit 9ad98fe

Please sign in to comment.