Merge pull request #427 from wesleygriffin/master

Build: Bump required CMake version down to 2.8.11
This commit is contained in:
John Kessenich 2016-08-11 10:11:13 -06:00 committed by GitHub
commit 359dcee715

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12) cmake_minimum_required(VERSION 2.8.11)
set_property(GLOBAL PROPERTY USE_FOLDERS ON) set_property(GLOBAL PROPERTY USE_FOLDERS ON)
option(ENABLE_AMD_EXTENSIONS "Enables support of AMD-specific extensions" OFF) option(ENABLE_AMD_EXTENSIONS "Enables support of AMD-specific extensions" OFF)