Skip to content

Commit

Permalink
fix(vtk): use build target
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 10, 2024
1 parent 1b19b0e commit 5c6f362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/vtk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ macro(setup_vtk_env TARGET OUTPUT)
add_custom_command(
TARGET ${TARGET}
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory $<TARGET_FILE_DIR:VTK> ${OUTPUT})
COMMAND ${CMAKE_COMMAND} -E copy_directory $<TARGET_FILE_DIR:vtkCommonCore> ${OUTPUT})
endmacro()

0 comments on commit 5c6f362

Please sign in to comment.