Re: [CMake] Why does cmake 2.4.0 (beta) compile header files?

2006-04-20 Thread Brad King
Phillip Hellewell wrote: Why does CMake version 2.4.0 cause VS7 to compile header files? That's really weird. I don't even understand what it means to compile a header file, but sure enough, it is doing it. I think VS7 is dumb for trying to compile a header file, but I know it never had

Re: [CMake] Why does cmake 2.4.0 (beta) compile header files?

2006-04-20 Thread Jan Woetzel
Brad King wrote: Phillip Hellewell wrote: Why does CMake version 2.4.0 cause VS7 to compile header files? I cannot duplicate this problem. Please post a minimal example that Same problem here at least with .hh header file extension. See my reopened bug report 3737:

Re: [CMake] Why does cmake 2.4.0 (beta) compile header files?

2006-04-20 Thread Jan Woetzel
Jan Woetzel wrote: Why does CMake version 2.4.0 cause VS7 to compile header files? Sorry, my fault - that`s a different problem than mine. - only Makefilw generators generate targets for .hh files here, - VS7 is correctly ignoring them on build but listing them in teh project files. See

Re: [CMake] Why does cmake 2.4.0 (beta) compile header files?

2006-04-20 Thread William A. Hoffman
At 05:27 PM 4/20/2006, Jan Woetzel wrote: Jan Woetzel wrote: Why does CMake version 2.4.0 cause VS7 to compile header files? Sorry, my fault - that`s a different problem than mine. - only Makefilw generators generate targets for .hh files here, - VS7 is correctly ignoring them on build but