Re: [CMake] Checking for compatible compiler flags

2011-08-07 Thread Michael Hertling
On 08/07/2011 09:33 PM, Hans Johnson wrote: > Hello, > > I'm trying to use the cmake feature for testing if compiler flags are valid, > but I am running into trouble with these two complier flags. I can not > figure out how to proper escape the "+" or the "%" that I believe are > causing the fail

[CMake] Checking for compatible compiler flags

2011-08-07 Thread Hans Johnson
Hello, I'm trying to use the cmake feature for testing if compiler flags are valid, but I am running into trouble with these two complier flags. I can not figure out how to proper escape the "+" or the "%" that I believe are causing the failures. cat CMakeLists.txt =