Skip to content

Commit

Permalink
[android] Require cmake 3.22.1+
Browse files Browse the repository at this point in the history
Reverts forced version upgrade in organicmaps#9377.
(a higher version is not necessary)

Signed-off-by: Konstantin Pastbin <[email protected]>
  • Loading branch information
pastk committed Dec 1, 2024
1 parent 1b2c240 commit 1a9d5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.22.1)
project(omim C CXX)

set(CMAKE_CXX_STANDARD 20)
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ android {

externalNativeBuild {
cmake {
version '3.30.3+'
version '3.22.1+'
buildStagingDirectory './nativeOutputs'
path '../../CMakeLists.txt'
}
Expand Down

0 comments on commit 1a9d5e3

Please sign in to comment.