diff --git a/cmake/vtk.cmake b/cmake/vtk.cmake index b7a66b4f..b47b137b 100644 --- a/cmake/vtk.cmake +++ b/cmake/vtk.cmake @@ -1,5 +1,9 @@ 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}