From 3a8c72144fcdaa163e3a3518d71dd94b9ab6947e Mon Sep 17 00:00:00 2001 From: Robert May Date: Tue, 27 Oct 2015 20:00:10 +0000 Subject: [PATCH] up the cmake version required to 2.8.12, which is required for target_compile_options. --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 3ce290e..8d16619 100755 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -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)