From f1c988aa8d34ab7bf6b641dd7f1f232d9874565e Mon Sep 17 00:00:00 2001 From: MerryMage Date: Fri, 2 Sep 2016 12:26:47 +0100 Subject: [PATCH] CMakeLists: Lower cmake version requirement from 3.4.1 to 3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09cff012..caa372f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.4.1) +cmake_minimum_required(VERSION 3.2 FATAL_ERROR) project(dynarmic CXX) # Dynarmic project options