WIP: Min req cmake 2.8.2
This commit is contained in:
parent
a8fa5d6251
commit
5a518073a5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue