Skip to content

Commit

Permalink
COMP: Increased min cmake from 3.9.5 to 3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Jul 22, 2024
1 parent 583288b commit b0a08ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
#=========================================================
# Respect the CMAKE_CXX_STANDARD flags when building for
# ITKv5 or C++11.
cmake_minimum_required(VERSION 3.9.5 FATAL_ERROR)
cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR)

## Only policies introduced after the cmake_minimum_required
## version need to explicitly be set to NEW.
## Refer to https://cmake.org/cmake/help/v3.11/manual/cmake-policies.7.html
set(CMAKE_POLICIES
CMP0070
CMP0071
CMP0072
CMP0135)

foreach(p ${CMAKE_POLICIES})
Expand Down

0 comments on commit b0a08ba

Please sign in to comment.