Skip to content

Commit

Permalink
MMVII: cmake: revert to cmake version >= 15
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Feb 12, 2024
1 parent 830d138 commit a83156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMVII/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#######################################################
## Global configuration
#######################################################
cmake_minimum_required(VERSION 3.17)
cmake_minimum_required(VERSION 3.15)
project(MMVII VERSION 1.0)

# strict C++17 required
Expand Down

0 comments on commit a83156a

Please sign in to comment.