Skip to content

Commit

Permalink
chore(vtk): add note
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 10, 2024
1 parent 475babb commit ca8172e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/vtk.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ca8172e

Please sign in to comment.