mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
CMakeLists: Make CMake 3.5.0 the minimum requirement
This commit is contained in:
parent
9e85e4e26b
commit
bae0158fc1
@ -1,7 +1,7 @@
|
|||||||
########################################
|
########################################
|
||||||
# General setup
|
# General setup
|
||||||
#
|
#
|
||||||
cmake_minimum_required(VERSION 2.8.8)
|
cmake_minimum_required(VERSION 3.5.0)
|
||||||
project(dolphin-emu)
|
project(dolphin-emu)
|
||||||
|
|
||||||
option(USE_EGL "Enables EGL OpenGL Interface" OFF)
|
option(USE_EGL "Enables EGL OpenGL Interface" OFF)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user