Re: [CMake] CHECK_C_COMPILER_FLAG (very) broken with icc!

2012-01-13 Thread Szilárd Páll
On Fri, Jan 13, 2012 at 6:23 PM, Sean McBride wrote: > On Fri, 13 Jan 2012 17:54:23 +0100, Szilárd Páll said: > >>Additionally, IMHO it's quite unfortunate that such a widely used >>compiler as the Intel Compiler has such flaky support in CMake. > > Searching today's dashboard for "icc", I see onl

Re: [CMake] CHECK_C_COMPILER_FLAG (very) broken with icc!

2012-01-13 Thread David Cole
On Fri, Jan 13, 2012 at 12:23 PM, Sean McBride wrote: > On Fri, 13 Jan 2012 17:54:23 +0100, Szilárd Páll said: > >>Additionally, IMHO it's quite unfortunate that such a widely used >>compiler as the Intel Compiler has such flaky support in CMake. > > Searching today's dashboard for "icc", I see on

Re: [CMake] CHECK_C_COMPILER_FLAG (very) broken with icc!

2012-01-13 Thread Sean McBride
On Fri, 13 Jan 2012 17:54:23 +0100, Szilárd Páll said: >Additionally, IMHO it's quite unfortunate that such a widely used >compiler as the Intel Compiler has such flaky support in CMake. Searching today's dashboard for "icc", I see only 1 entry:

[CMake] CHECK_C_COMPILER_FLAG (very) broken with icc!

2012-01-13 Thread Szilárd Páll
Hi, I'm using the Intel Compiler v12 and to have a robust build generator, before adding flags to CFLAGS I test them. The following buggy behavior exists in CMake up to v2.8.7: - As Intel issues "icc: command line warning #10006: ignoring unknown option '-asdf'" type warnings which are not handl