From d2ef981110cc69894cde7f3fc9114edaf520ad86 Mon Sep 17 00:00:00 2001 From: JimmySnails Date: Mon, 18 Feb 2019 10:43:18 +0100 Subject: [PATCH] Revert CMake MinVersion back to 3.9 Removed code that requires cmake 3.11 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e112b7065..8a916489b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.11 FATAL_ERROR) +cmake_minimum_required(VERSION 3.9 FATAL_ERROR) # create the cmake project project(