Skip to content

Commit

Permalink
Set the minimum required cmake version to 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
falsovsky committed Aug 4, 2023
1 parent fcc484f commit 7178ce1
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 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)

PROJECT(FiSH-irssi C)

Expand Down

0 comments on commit 7178ce1

Please sign in to comment.