Skip to content

Commit 5572ba4

Browse files
committed
CMake: update minimum cmake version to avoid warnings
CMake 3.27 issued a deprecation warning saying cmake <3.5 would no longer be supported. closes #86
1 parent 431bf32 commit 5572ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(argh)
44

0 commit comments

Comments
 (0)