Skip to content

Commit 4fccb2d

Browse files
authored
Merge pull request #409 from thewtex/cmake-minimum
COMP: Bump minimum CMake version to 3.16.3
2 parents 490c5fa + cc99d7a commit 4fccb2d

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)