Re: [CMake] gcc option passed to assembler

2010-09-16 Thread Michael Wild
On 16. Sep, 2010, at 14:42 , skippy VonDrake wrote: > Greetings, > I have a project most of which is in C but it includes a couple of assembly > files (.S). > CMake builds it just fine until I add a preprocessor option meant for gcc - > and that the assembler > can't digest. > Recently I set the

[CMake] gcc option passed to assembler

2010-09-16 Thread skippy VonDrake
Greetings, I have a project most of which is in C but it includes a couple of assembly files (.S). CMake builds it just fine until I add a preprocessor option meant for gcc - and that the assembler can't digest. Recently I set the COMPILE_FLAGS to include "-H". The compiler did as the flag specifi