Skip to content

Commit

Permalink
Merge pull request #4668 from lioncash/cmake
Browse files Browse the repository at this point in the history
CMakeLists: Make CMake 3.5.0 the minimum requirement
  • Loading branch information
lioncash committed Jan 17, 2017
2 parents 9e85e4e + bae0158 commit ad36d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -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)
Expand Down

0 comments on commit ad36d49

Please sign in to comment.