Require at least CMake 3.0 to build.
This commit is contained in:
parent
a75f434d63
commit
db3a38360a
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ class AndroidPreparator(prepare.Preparator):
|
|||
self.min_supported_ndk = 10
|
||||
self.max_supported_ndk = 12
|
||||
self.unsupported_ndk_version = None
|
||||
self.min_cmake_version = "3.0"
|
||||
self.release_with_debug_info = True
|
||||
self.veryclean = True
|
||||
self.show_gpl_disclaimer = True
|
||||
|
|
Loading…
Reference in a new issue