[CMake] Re: Get full output library filename

Rodolfo Schulz de Lima rodolfo at rodsoft.org
Mon Jan 14 13:32:54 EST 2008


Josef Karthauser wrote:
> Hmm, I can't see where it would have been fixed.  Can one of the
> developers please comment?

If you look at Sources/cmTarget.cxx:1987, you'll read:

// Append the per-configuration postfix.
outBase += configPostfix?configPostfix:"";

before that configPostfix is set to the correct value (if 
CMAKE_BUILD_TYPE is set).

cvs annotate says that this modification was made on revision 1.81 by 
Brad King on 13-Jan-06. I think that this is it.

Regards,
rod



More information about the CMake mailing list