Skip to content
Snippets Groups Projects
Commit ac39cdc2 authored by Wesley Griffin's avatar Wesley Griffin
Browse files

bump required CMake version down to 2.8.11 since no features are required in...

bump required CMake version down to 2.8.11 since no features are required in cmake>2.8.11 and this allows building on stock CentOS 7
parent 1176530b
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 2.8.11)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
option(ENABLE_AMD_EXTENSIONS "Enables support of AMD-specific extensions" OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment