Skip to content

Commit

Permalink
fix(vtk): disable libproj support
Browse files Browse the repository at this point in the history
* Should fix Windows workflow
  • Loading branch information
Curve committed Nov 29, 2023
1 parent 08fc6fa commit 89e63fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ if(VIENNALS_USE_VTK)
"TK_GROUP_ENABLE_Web NO"
"VTK_GROUP_ENABLE_Qt NO"
"VTK_GROUP_ENABLE_MPI NO"
"VTK_ENABLE_sqlite NO"

This comment has been minimized.

Copy link
@Curve

Curve Nov 29, 2023

Author Member

Could probably be changed to just disable libproj as seen here: https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10523/diffs (Couldn't find this in the documentation before)

"VTK_MODULE_ENABLE_VTK_CommonExecutionModel YES"
"VTK_MODULE_ENABLE_VTK_CommonMisc YES"
"VTK_MODULE_ENABLE_VTK_CommonSystem YES"
Expand Down

0 comments on commit 89e63fb

Please sign in to comment.