Skip to content

Commit

Permalink
refactor(cmake): lower required vtk version
Browse files Browse the repository at this point in the history
* This should also fix the windows workflows as we've switched to a commit that includes upstream!10542
  • Loading branch information
Curve committed Nov 29, 2023
1 parent 6b5bef8 commit 6dbe999
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ target_link_libraries(${PROJECT_NAME} INTERFACE OpenMP::OpenMP_CXX ViennaHRLE)
if(VIENNALS_USE_VTK)
CPMAddPackage(
NAME VTK
VERSION 9.3.0
# TODO: Change to 9.3.1 as soon as it's released (https://github.com/ViennaTools/ViennaLS/pull/99#issuecomment-1832053715)
GIT_TAG 99bd602bdbe8024c55e8382f7cf1013d42a14601
VERSION 9.0.0
GIT_REPOSITORY "https://gitlab.kitware.com/vtk/vtk"
OPTIONS "VTK_LEGACY_REMOVE ON"
"VTK_SMP_IMPLEMENTATION_TYPE \"OpenMP\""
Expand Down

0 comments on commit 6dbe999

Please sign in to comment.