Skip to content

Commit

Permalink
bump the cmake minimum to 3.21 for cmp0126 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 11, 2025
1 parent f599087 commit 78ee609
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
#
# CMake script file to build ImageMagick
#
cmake_minimum_required(VERSION 3.20.0)
cmake_policy(VERSION 3.20.0)
cmake_minimum_required(VERSION 3.21)

project(ImageMagick)

Expand Down

0 comments on commit 78ee609

Please # to comment.