Skip to content

Commit

Permalink
[vtk] Fix usage
Browse files Browse the repository at this point in the history
The `VTK_USE_FILE` is no longer used starting with 8.90.
  • Loading branch information
bansan85 committed Jul 9, 2024
1 parent de47158 commit 35e2119
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ports/vtk/usage
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
The package vtk provides CMake targets:

find_package(VTK REQUIRED)
include("${VTK_USE_FILE}")
target_link_libraries(main PRIVATE ${VTK_LIBRARIES})
2 changes: 1 addition & 1 deletion versions/v-/vtk.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "75ff1160df1785eaaf6ae614abd5ce48771f838e",
"git-tree": "0c230cc0e6003a34330671080a7c00f3618c23e4",
"version-semver": "9.3.0-pv5.12.1",
"port-version": 2
},
Expand Down

0 comments on commit 35e2119

Please sign in to comment.