#517: Enable AMD extensions by default
This commit is contained in:
parent
5fc501ff07
commit
daff1a2523
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
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)
|
||||
option(ENABLE_AMD_EXTENSIONS "Enables support of AMD-specific extensions" ON)
|
||||
|
||||
enable_testing()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue