cmake: Bump min version to 3.25 globally and to 3.30.3 for android (#1151)
* cmake: Bump min version to 3.25 and update android to 3.30.3 * app/build.gradle.kts: Set minimum CMake version rather than exact version --------- Co-authored-by: OpenSauce <opensauce04@gmail.com>
This commit is contained in:
parent
ce8798fffe
commit
f26b9b174a
3 changed files with 7 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# CMake 3.12 required for 20 to be a valid value for CXX_STANDARD
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
# CMake >=3.12 required for 20 to be a valid value for CXX_STANDARD,
|
||||
# and >=3.25 required to make LTO work on Android.
|
||||
cmake_minimum_required(VERSION 3.25)
|
||||
|
||||
# Don't override the warning flags in MSVC:
|
||||
cmake_policy(SET CMP0092 NEW)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue