Skip to content

Commit f1b5e3c

Browse files
Relax CMake requirement to 3.10.2
1 parent af18530 commit f1b5e3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

3rdparty/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.13.2 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
22

33
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build configuration (Debug, Release, RelWithDebInfo, MinSizeRel)")
44

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
externalNativeBuild {
2828
cmake {
2929
path "../../CMakeLists.txt"
30-
version "3.13.2"
30+
version "3.10.2"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)