WIP: Min req cmake 2.8.2

This commit is contained in:
Brad King 2012-06-14 08:52:23 -04:00
parent a8fa5d6251
commit 5a518073a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.7)
cmake_minimum_required(VERSION 2.8.2)
project(GTM C ASM)
set(CMAKE_INCLUDE_FLAG_ASM "-Wa,-I") # gcc -I does not make it to "as"