[CMake] How To change VS2005 Output directory

LaViolette, Alan ALAVIOLETTE at overwatch.textron.com
Mon Feb 2 14:12:53 EST 2009


The VS2005 generator looks to always append the configuration name into
the output directory.  I have a project that I don't want this to
happen.

 

For example my output path need to look like this

 

/Build/Debug/Plugin

or

/Build/Release/Plugin

 

I would like to use the $(ConfigurationName) VS macro

 

such as

/Build/$(ConfigurationName)/Plugin

 

Does CMake have a way to do this?

 

Thanks

Alan

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090202/6d108bea/attachment.htm>


More information about the CMake mailing list