mirror of https://github.com/mgba-emu/mgba.git
CMake: Bump to 3.10 minimum
This really is only needed to get CMake to stop yelling at us...
This commit is contained in:
parent
bbc61e0f38
commit
e95b81f1f7
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.3)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/src/platform/cmake/")
|
||||
|
||||
if(POLICY CMP0025)
|
||||
|
|
Loading…
Reference in New Issue