Skip to content

Commit cc99d7a

Browse files
committed
COMP: Bump minimum CMake version to 3.16.3
To be consistent with ITK 5.3.0. Most of the other examples have already been updated.
1 parent 490c5fa commit cc99d7a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Superbuild/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10.2)
1+
cmake_minimum_required(VERSION 3.16.3)
22

33
if(COMMAND CMAKE_POLICY)
44
cmake_policy(SET CMP0003 NEW)

Utilities/CookieCutter/{{cookiecutter.example_name}}/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10.2)
1+
cmake_minimum_required(VERSION 3.16.3)
22

33
project({{ cookiecutter.example_name }})
44

src/Core/Mesh/AccessDataInCells/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10.2)
1+
cmake_minimum_required(VERSION 3.16.3)
22

33
project(AccessDataInCells)
44

src/Filtering/BinaryMathematicalMorphology/DilateABinaryImage/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10.2)
1+
cmake_minimum_required(VERSION 3.16.3)
22
project(DilateABinaryImage)
33

44

0 commit comments

Comments
 (0)