Skip to content

Commit

Permalink
Require cmake 3.5 minimum
Browse files Browse the repository at this point in the history
3.5 is here for 8 years now. Virtually every system will be compatible.

Closes Skycoder42#91
  • Loading branch information
ManuelSchneid3r authored Sep 15, 2023
1 parent cd72a01 commit 12e984c
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.5)

project(qhotkey
VERSION 1.5.0
Expand Down

0 comments on commit 12e984c

Please sign in to comment.