Skip to content

Commit

Permalink
ENH: Update minimum CMake version
Browse files Browse the repository at this point in the history
Follow ITK style in this specification
  • Loading branch information
dzenanz committed Apr 11, 2022
1 parent 3fc066d commit f5304f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
cmake_policy(VERSION 3.10.2)
set(ITK_OLDEST_VALIDATED_POLICIES_VERSION "3.16.3")
set(ITK_NEWEST_VALIDATED_POLICIES_VERSION "3.19.7")
cmake_minimum_required(VERSION ${ITK_OLDEST_VALIDATED_POLICIES_VERSION}...${ITK_NEWEST_VALIDATED_POLICIES_VERSION} FATAL_ERROR)

set(PRIMARY_PROJECT_NAME ITKSoftwareGuide)

Expand Down

0 comments on commit f5304f0

Please sign in to comment.