Skip to content

Commit ea47969

Browse files
committed
CMakeLists.txt: Remove cmake 3.25
1 parent c4763d1 commit ea47969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# cmake .
66
# make
77

8-
cmake_minimum_required (VERSION 2.8)
8+
cmake_minimum_required(VERSION 3.25)
99
project (libais)
1010

1111
include(CheckCXXCompilerFlag)

0 commit comments

Comments
 (0)