Skip to content

Commit 74ffd01

Browse files
committed
Bump cmake version
Fixes warning that cmake 3.5 is not supported now.
1 parent 25f8613 commit 74ffd01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roc_jni/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.5)
1+
cmake_minimum_required(VERSION 3.10)
22

33
project(RocJni C)
44

0 commit comments

Comments
 (0)