diff --git a/Applications/DataExplorer/VtkAct/CMakeLists.txt b/Applications/DataExplorer/VtkAct/CMakeLists.txt index eab263461de623047a2f9077c1dce7afd0d11c1f..1eeb6db75a56dc25b6c9d27db871da1c8268eaa8 100644 --- a/Applications/DataExplorer/VtkAct/CMakeLists.txt +++ b/Applications/DataExplorer/VtkAct/CMakeLists.txt @@ -34,5 +34,6 @@ include(AddCatalystDependency) ADD_CATALYST_DEPENDENCY(VtkAct) target_link_libraries( VtkAct PUBLIC Qt4::QtCore ) +target_link_libraries( VtkAct INTERFACE ${CATALYST_LIBRARIES} ) set_property(TARGET VtkAct PROPERTY FOLDER "DataExplorer")