Skip to content

Commit

Permalink
Merge pull request #22 from jhlegarreta/ChangeRequiredCMakeMinimumVer…
Browse files Browse the repository at this point in the history
…sion

ENH: Require cmake minimum version to be 3.9.5.
  • Loading branch information
dzenanz authored Jan 19, 2018
2 parents c7401fa + 8c08648 commit 52e5c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.9)
cmake_minimum_required(VERSION 3.9.5)
project(RLEImage)

if(NOT ITK_SOURCE_DIR)
Expand Down

0 comments on commit 52e5c18

Please sign in to comment.