Re: [CMake] PROJECT() command when cross compiling

2010-07-26 Thread Alexander Neundorf
On Friday 09 July 2010, Kishore wrote: > On Wednesday 07 Jul 2010 8:54:52 pm Kishore wrote: > > On Friday 02 Jul 2010 12:36:17 am Kishore wrote: > > > On Friday 02 Jul 2010 12:07:07 am Alexander Neundorf wrote: > > > > On Thursday 01 July 2010, Kishore wrote: > > > > > It seems that the PROJECT() c

Re: [CMake] PROJECT() command when cross compiling

2010-07-09 Thread Kishore
On Wednesday 07 Jul 2010 8:54:52 pm Kishore wrote: > On Friday 02 Jul 2010 12:36:17 am Kishore wrote: > > On Friday 02 Jul 2010 12:07:07 am Alexander Neundorf wrote: > > > On Thursday 01 July 2010, Kishore wrote: > > > > It seems that the PROJECT() command does a fair bit behind the scenes > > > >

Re: [CMake] PROJECT() command when cross compiling

2010-07-07 Thread Kishore
On Friday 02 Jul 2010 12:36:17 am Kishore wrote: > On Friday 02 Jul 2010 12:07:07 am Alexander Neundorf wrote: > > On Thursday 01 July 2010, Kishore wrote: > > > It seems that the PROJECT() command does a fair bit behind the scenes > > > and is not documented enough. It seems to "reset" several var

Re: [CMake] PROJECT() command when cross compiling

2010-07-01 Thread Kishore
On Friday 02 Jul 2010 12:07:07 am Alexander Neundorf wrote: > On Thursday 01 July 2010, Kishore wrote: > > It seems that the PROJECT() command does a fair bit behind the scenes and > > is not documented enough. It seems to "reset" several variable created > > before it was first called. > > > > Si

Re: [CMake] PROJECT() command when cross compiling

2010-07-01 Thread Alexander Neundorf
On Thursday 01 July 2010, Kishore wrote: > It seems that the PROJECT() command does a fair bit behind the scenes and > is not documented enough. It seems to "reset" several variable created > before it was _first_ called. > > Since i use cmake from cross compilation, i have created Platform files f

[CMake] PROJECT() command when cross compiling

2010-07-01 Thread Kishore
It seems that the PROJECT() command does a fair bit behind the scenes and is not documented enough. It seems to "reset" several variable created before it was _first_ called. Since i use cmake from cross compilation, i have created Platform files for Generic-gcc.cmake and Generic-gcc-uc3b1256.c