Skip to content

Commit eb70e7b

Browse files
committed
Try setting find package to 9.5 instead of 9.5.0, not sure why some of the GHA builders can't find the dep.
1 parent 0d52856 commit eb70e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.5.0)
45+
find_package(VTK 9.5)
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()

0 commit comments

Comments
 (0)