[Cmake] Object Suffixes

Andy Cedilnik andy . cedilnik at kitware . com
08 Jul 2003 16:39:50 -0400


Hi Zennard.

Why don't you do out of source build? If you would, then you have one
build directory for one platform and another for the other one.

			Andy

On Tue, 2003-07-08 at 16:36, Zennard Sun wrote:
>     I would like to cross compile for two different machines at the same 
> time and would like to specify a different suffix rather than ".o".  Is 
> there any way to do this other than making two different folders and 
> calling cmake from each of the folders?  On the same note, I've been 
> looking at the post in May 2003 with the title Object File Location 
> (http://www . cmake . org/pipermail/cmake/2003-May/001679 . html), but I can't 
> seem to figure out the second solution which says to set the 
> LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH variables.  This only 
> seems to affect the location of the final output of the library or 
> executable but does not change the location of the object files.  Am I 
> missing something?