Skip to content

Commit

Permalink
Increase minimum CMake version to 3.10 to silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rozhuk-im committed Jan 26, 2024
1 parent 0df2528 commit a75a40f
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 @@ -3,7 +3,7 @@
#

############################# INITIAL SECTION ##########################
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
cmake_minimum_required(VERSION 3.10)

project(gtk-mixer C)

Expand Down

0 comments on commit a75a40f

Please sign in to comment.