Skip to content

Commit 0dde05b

Browse files
committed
ENH: Update minimum supported cmake version 3.26.6
Building python packages with 3.26.6 allows for support of Development.SABIModule capabilities.
1 parent edfe4ab commit 0dde05b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.26.6 FATAL_ERROR)
2+
# NOTE: 3.26.6 is the first cmake vesion to support Development.SABIModule
23

34
project(ITKPythonPackage CXX)
45

0 commit comments

Comments
 (0)