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
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
