Skip to content

Commit 4545405

Browse files
authored
Merge pull request #81 from jhlegarreta/IncreaseCMakeMiniReq
COMP: Bump to minimum CMake 3.16.3
2 parents d73fd0e + 97c575f commit 4545405

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
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10.2)
1+
cmake_minimum_required(VERSION 3.16.3)
22
project(MeshToPolyData)
33

44
if(NOT ITK_SOURCE_DIR)

0 commit comments

Comments
 (0)