mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
CMakeLists: Make CMake 3.5.0 the minimum requirement
This commit is contained in:
parent
9e85e4e26b
commit
bae0158fc1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
########################################
|
||||
# General setup
|
||||
#
|
||||
cmake_minimum_required(VERSION 2.8.8)
|
||||
cmake_minimum_required(VERSION 3.5.0)
|
||||
project(dolphin-emu)
|
||||
|
||||
option(USE_EGL "Enables EGL OpenGL Interface" OFF)
|
||||
|
|
Loading…
Add table
Reference in a new issue