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
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
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
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
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,
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
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