Re: [CMake] Building for 2 platforms with 4 compilers

2010-05-03 Thread Michael Surette
On 05/03/2010 06:02 AM, Kārlis Repsons wrote: On Friday 30 April 2010 09:35:46 Michael Wild wrote: Write a script that creates for each of the combinations a separate build tree and then invokes CMake as appropriate. ... I hope this helps, otherwise we'll probably need a bit more information

Re: [CMake] Building for 2 platforms with 4 compilers

2010-05-03 Thread Kārlis Repsons
On Friday 30 April 2010 09:35:46 Michael Wild wrote: > Write a script that creates for each of the combinations a separate build > tree and then invokes CMake as appropriate. ... > I hope this helps, otherwise we'll probably need a bit more information... Michael, what I need doesn't seem uniqu

Re: [CMake] Building for 2 platforms with 4 compilers

2010-04-30 Thread Mathieu Malaterre
On Fri, Apr 30, 2010 at 11:16 AM, Kārlis Repsons wrote: Good day in here, I was trying to figure out how should CMake be used to automate building, which can happen on two or more platforms with some 4 compilers to be used in total, and should store the results in file tree like $platform/$com

Re: [CMake] Building for 2 platforms with 4 compilers

2010-04-30 Thread Hendrik Sattler
Zitat von K?rlis Repsons : On Friday 30 April 2010 09:35:46 Michael Wild wrote: On 30. Apr, 2010, at 11:16 , K?rlis Repsons wrote: > Good day in here, > I was trying to figure out how should CMake be used to automate building, > which can happen on two or more platforms with some 4 compilers to

Re: [CMake] Building for 2 platforms with 4 compilers

2010-04-30 Thread Kārlis Repsons
On Friday 30 April 2010 09:35:46 Michael Wild wrote: > On 30. Apr, 2010, at 11:16 , Kārlis Repsons wrote: > > Good day in here, > > I was trying to figure out how should CMake be used to automate building, > > which can happen on two or more platforms with some 4 compilers to be > > used in total,

Re: [CMake] Building for 2 platforms with 4 compilers

2010-04-30 Thread Michael Wild
On 30. Apr, 2010, at 11:16 , Kārlis Repsons wrote: > Good day in here, > I was trying to figure out how should CMake be used to automate building, > which > can happen on two or more platforms with some 4 compilers to be used in > total, > and should store the results in file tree like $platf

[CMake] Building for 2 platforms with 4 compilers

2010-04-30 Thread Kārlis Repsons
Good day in here, I was trying to figure out how should CMake be used to automate building, which can happen on two or more platforms with some 4 compilers to be used in total, and should store the results in file tree like $platform/$compiler or $platform/$compilerEnvironment. Could you please