From bae0158fc1ae04564b9f28f9749a8989a6458f86 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 16 Jan 2017 21:40:57 -0500 Subject: [PATCH] CMakeLists: Make CMake 3.5.0 the minimum requirement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ad29862fe..e2845202e9 100644 --- a/CMakeLists.txt +++ b/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)