RE: [CMake] COMPILE_FLAGS

2007-03-27 Thread Kishore, Jonnalagadda (IE10)
> Kishore, Jonnalagadda (IE10) wrote: > >> KJI> This would have worked just fine except that INCLUDE_DIRECTORIES > >> returns > >> KJI> semicolon separated list of directory names not a space separated > >> list > >> > >> Seems to be true for any list oft values as I experienced also. Is it > >> tr

Re: [CMake] COMPILE_FLAGS

2007-03-27 Thread Filipe Sousa
Kishore, Jonnalagadda (IE10) wrote: >> KJI> This would have worked just fine except that INCLUDE_DIRECTORIES >> returns >> KJI> semicolon separated list of directory names not a space separated >> list >> >> Seems to be true for any list oft values as I experienced also. Is it >> true content or on

Re: [CMake] Force rebuild

2007-03-27 Thread Bill Hoffman
kitts wrote: On Tuesday 27 Mar 2007 at 6:50:37 am, Bill Hoffman wrote: Min Cu wrote: Yes, that is more or less what I need. I have a project that generates a header file which is included in other projects. However, once the project is built when make is called the next time it does not

Re: [CMake] Force rebuild

2007-03-27 Thread kitts
On Tuesday 27 Mar 2007 at 6:50:37 am, Bill Hoffman wrote: > Min Cu wrote: > > Yes, that is more or less what I need. I have a project that generates > > a header file which is included in other projects. However, once the > > project is built when make is called the next time it does not get > > re

RE: [CMake] COMPILE_FLAGS

2007-03-27 Thread Kishore, Jonnalagadda (IE10)
> KJI> This would have worked just fine except that INCLUDE_DIRECTORIES > returns > KJI> semicolon separated list of directory names not a space separated > list > > Seems to be true for any list oft values as I experienced also. Is it > true content or only the formatting of the MESSAGE() command

Re: [CMake] COMPILE_FLAGS

2007-03-27 Thread Michael Bieber
KJI> This would have worked just fine except that INCLUDE_DIRECTORIES returns KJI> semicolon separated list of directory names not a space separated list Seems to be true for any list oft values as I experienced also. Is it true content or only the formatting of the MESSAGE() command? Micha --