Skip to content

Commit

Permalink
Downgrade CMake minimum required version (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Jan 11, 2024
1 parent ef02ba1 commit 3d9dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
###############################################################################
# CMake build rules for ShapesDemo
###############################################################################
cmake_minimum_required(VERSION 3.22)
cmake_minimum_required(VERSION 3.20)


file(READ version.pri SHAPESVERSION)
Expand Down

0 comments on commit 3d9dfee

Please sign in to comment.