Fix Mac OS by going back down with CMake version

This commit is contained in:
Lorenz Meier 2015-10-25 14:47:21 +01:00
parent ba61f3f36c
commit f2b76a065c
1 changed files with 3 additions and 1 deletions

View File

@ -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