dgobbi / vtk-dicom

A set of classes for using DICOM in VTK.
BSD 3-Clause "New" or "Revised" License
259 stars 94 forks source link

CMake minimum version update #207

Closed dgobbi closed 2 years ago

dgobbi commented 2 years ago

For cmake 3.22 and later, cmake_minimum_required(VERSION 2.8.12) warns that 2.8.12 is deprecated. The minimum version should be increased to 3.12. This will require updating the systems that are used for nightly testing.

dgobbi commented 2 years ago

Fixed, as of v0.8.13 the minimum version is cmake 3.12