forked from organicmaps/organicmaps
[android] Increased min cmake version to 3.18.0
It's already installed on Github Runners Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
cae8345278
commit
01444086bd
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ android {
|
|||
if (project.hasProperty('pch')) pchFlag = 'ON'
|
||||
|
||||
cmake {
|
||||
version '3.8.0+'
|
||||
version '3.18.0+'
|
||||
cppFlags '-fexceptions', '-frtti'
|
||||
// There is no sense to enable sections without gcc's --gc-sections flag.
|
||||
cFlags '-fno-function-sections', '-fno-data-sections',
|
||||
|
|
Loading…
Add table
Reference in a new issue