Re: [CMake] setting the COMPILE_FLAGS property causes VS to start compiling header files

2010-11-16 Thread James Bigler
On Tue, Nov 16, 2010 at 12:27 AM, Rolf Eike Beer e...@sf-mail.de wrote: Am Dienstag, 16. November 2010 schrieb Eric Noulard: 2010/11/15 James Bigler jamesbig...@gmail.com If I set a COMPILE_FLAGS property on a header file via set_source_files_properties, CMake decides that these header

[CMake] setting the COMPILE_FLAGS property causes VS to start compiling header files

2010-11-15 Thread James Bigler
If I set a COMPILE_FLAGS property on a header file via set_source_files_properties, CMake decides that these header files now need to be compiled (i.e. not treated as header files). Is this the intended behavior? I'm using both 2.8.1 and 2.8.3 on Windows with VS 2008 SP 1. Thanks, James

Re: [CMake] setting the COMPILE_FLAGS property causes VS to start compiling header files

2010-11-15 Thread Eric Noulard
2010/11/15 James Bigler jamesbig...@gmail.com If I set a COMPILE_FLAGS property on a header file via set_source_files_properties, CMake decides that these header files now need to be compiled (i.e. not treated as header files). Is this the intended behavior? I'm using both 2.8.1 and

Re: [CMake] setting the COMPILE_FLAGS property causes VS to start compiling header files

2010-11-15 Thread Rolf Eike Beer
Am Dienstag, 16. November 2010 schrieb Eric Noulard: 2010/11/15 James Bigler jamesbig...@gmail.com If I set a COMPILE_FLAGS property on a header file via set_source_files_properties, CMake decides that these header files now need to be compiled (i.e. not treated as header files). Is