Re: [CMake] Platform information override file is ignored for ASM language

2014-08-25 Thread Alexander Neundorf
On Monday, August 25, 2014 14:36:21 Никонов Михаил Николаевич wrote: > Hello, > > In a bare-metal embedded project, I need to initialize compiler flags > to custom values while toolchains are initialized; for that, I'm using > override files to set _INIT variables. From what I've encountered, it >

[CMake] Platform information override file is ignored for ASM language

2014-08-25 Thread Никонов Михаил Николаевич
Hello, In a bare-metal embedded project, I need to initialize compiler flags to custom values while toolchains are initialized; for that, I'm using override files to set _INIT variables. From what I've encountered, it appears that CMAKE_USER_MAKE_RULES_OVERRIDE file (and language-specific *_ASM on