Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
cmake: shut up deprecation warning
  • Loading branch information
strippato authored Mar 20, 2021
1 parent 9887b2b commit b47456d
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 @@ -19,7 +19,7 @@
project(gnome-arcade C)

# Set the minimum version of cmake required to build this project
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.12)

#preprocesor flag
if (DEFINED APP_RES)
Expand Down

0 comments on commit b47456d

Please sign in to comment.