Skip to content

Commit

Permalink
Merge pull request #4 from jhlegarreta/UpdateCMakeMinimumRequiredVersion
Browse files Browse the repository at this point in the history
COMP: Set the minimum required CMake version to 3.10.2.
  • Loading branch information
dzenanz committed May 5, 2018
2 parents 998bae5 + 18311c2 commit 97847db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9.5)
cmake_minimum_required(VERSION 3.10.2)
project(MultipleImageIterator)

if(NOT ITK_SOURCE_DIR)
Expand Down

0 comments on commit 97847db

Please sign in to comment.