Skip to content

Commit

Permalink
Use earlier CMake version to make if default available in linux distros
Browse files Browse the repository at this point in the history
  • Loading branch information
mwthinker committed Sep 21, 2024
1 parent b777fbe commit 74ac55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 3.29)
cmake_minimum_required(VERSION 3.25)
project(MWetrisProject
DESCRIPTION
"A C++ Tetris Game project"
Expand Down
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 5,
"cmakeMinimumRequired": {
"major": 3,
"minor": 29,
"minor": 25,
"patch": 0
},
"configurePresets": [
Expand Down

0 comments on commit 74ac55e

Please sign in to comment.