Skip to content

Commit

Permalink
chore: update cmake_minimum_required version
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Sep 1, 2023
1 parent b809dbf commit 7eec337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.10...3.27)
project(qauxv)

find_library(ANDROID_LIBS log)
Expand Down
2 changes: 1 addition & 1 deletion libs/mmkv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Sets the minimum version of CMake required to build the native library.

cmake_minimum_required(VERSION 3.8.0)
cmake_minimum_required(VERSION 3.8.0...3.27)

# Creates and names a library, sets it as either STATIC
# or SHARED, and provides the relative paths to its source code.
Expand Down

0 comments on commit 7eec337

Please sign in to comment.