Require CMake 3.7 to build.
This commit is contained in:
parent
7ad3c82060
commit
6064d4c0bb
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class AndroidPreparator(prepare.Preparator):
|
|||
self.min_supported_ndk = 10
|
||||
self.max_supported_ndk = 13
|
||||
self.unsupported_ndk_version = None
|
||||
self.min_cmake_version = "3.0"
|
||||
self.min_cmake_version = "3.7"
|
||||
self.release_with_debug_info = True
|
||||
self.veryclean = True
|
||||
self.show_gpl_disclaimer = True
|
||||
|
|
Loading…
Reference in a new issue