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 fc43bd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/vtk.cmake
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit fc43bd6

Please sign in to comment.