From f2b76a065c4a537e1351b91b525b09ede1bac3e5 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 25 Oct 2015 14:47:21 +0100 Subject: [PATCH] Fix Mac OS by going back down with CMake version --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aae6c1f865..686256f480 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,7 +117,9 @@ # #============================================================================= -cmake_minimum_required(VERSION 3.2 FATAL_ERROR) +# Warning: Changing this modifies CMake's internal workings +# and leads to wrong toolchain detection +cmake_minimum_required(VERSION 2.8 FATAL_ERROR) #============================================================================= # parameters