diff --git a/cmake/vtk.cmake b/cmake/vtk.cmake index b7a66b4f..26ad03f7 100644 --- a/cmake/vtk.cmake +++ b/cmake/vtk.cmake @@ -1,6 +1,10 @@ macro(setup_vtk_env TARGET OUTPUT) message(STATUS "[ViennaLS] Setting up VTK-Environment for ${TARGET}") + # We expect all of the VTK binaries to be present in the same directory to which "vtksys" is + # built. This is currently the case, and has been the case for prior vtk versions - However we + # should keep an eye on this. + add_custom_command( TARGET ${TARGET} POST_BUILD