Skip to content

Commit 124b0bb

Browse files
committed
Try upgrading VTK from 9.1.0 to 9.5.0
1 parent c2f00c9 commit 124b0bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ project(ShapeWorks)
4242

4343

4444
### vtk
45-
find_package(VTK 9.1.0)
45+
find_package(VTK 9.5.0)
4646
if (NOT VTK_FOUND)
4747
message(FATAL_ERROR "VTK is required, but could not be found! Make sure path to VTKConfig.cmake is included in CMAKE_PREFIX_PATH")
4848
endif()

build_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ BUILD_STUDIO=0
2020
BUILD_SHAPEWORKS=1
2121
BUILD_TYPE="Release"
2222
BUILD_LOG="build_dependencies.log"
23-
VTK_VER="v9.1.0"
24-
VTK_VER_STR="9.1"
23+
VTK_VER="v9.5.0"
24+
VTK_VER_STR="9.5"
2525
ITK_VER="v5.3.0"
2626
ITK_VER_STR="5.3"
2727
QT_MIN_VER="5.15.4"

0 commit comments

Comments
 (0)