diff --git a/Applications/CLI/CMakeLists.txt b/Applications/CLI/CMakeLists.txt index 1a26abecc350ec9cf73df850c057b0cd2cc5732d..203f3d522b3a2c8ed6659b52831e4d1452eb421d 100644 --- a/Applications/CLI/CMakeLists.txt +++ b/Applications/CLI/CMakeLists.txt @@ -16,7 +16,7 @@ target_link_libraries(ogs ) if(OGS_BUILD_GUI) - target_link_libraries(ogs QtDataView VtkVis) + target_link_libraries(ogs QtDataView VtkVis vtkInteractionStyle) endif() ADD_CATALYST_DEPENDENCY(ogs) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 63bd0d05878f18d76fb832a3b0943b898fd3bf59..698541736faefc3e126ebf2d1deb75b7dee8569d 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -75,6 +75,7 @@ if(OGS_BUILD_GUI) target_link_libraries(testrunner QtDataView VtkVis + vtkInteractionStyle ) endif()