up the cmake version required to 2.8.12, which is required for target_compile_options.

This commit is contained in:
Robert May 2015-10-27 20:00:10 +00:00
parent a39ba7d4f7
commit 3a8c72144f
1 changed files with 1 additions and 1 deletions

View File

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