From ca8172ef1cf6607abedf5859b3dd8c90f25a02e2 Mon Sep 17 00:00:00 2001 From: Curve Date: Mon, 11 Mar 2024 00:22:57 +0100 Subject: [PATCH] chore(vtk): add note --- cmake/vtk.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/vtk.cmake b/cmake/vtk.cmake index b7a66b4f..3ea81a03 100644 --- a/cmake/vtk.cmake +++ b/cmake/vtk.cmake @@ -1,6 +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} POST_BUILD