up the cmake version required to 2.8.12, which is required for target_compile_options.
This commit is contained in:
parent
a39ba7d4f7
commit
3a8c72144f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# This file is no longer auto-generated to make the repository builds with GCC
|
||||
# and ARMCC no matter what.
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.11)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
enable_language(ASM)
|
||||
|
||||
|
|
Loading…
Reference in a new issue