Re: [CMake] Visual Studio project paths

2007-01-16 Thread Eric Noulard
2007/1/17, Ben Ratzlaff <[EMAIL PROTECTED]>: I agree that it is better to keep the builds separate, however this behavior is only specific to the Visual Studio generators. I set my output paths with setting the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH variables. The Makefile generator and

Re: [CMake] Visual Studio project paths

2007-01-16 Thread Ben Ratzlaff
I agree that it is better to keep the builds separate, however this behavior is only specific to the Visual Studio generators. I set my output paths with setting the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH variables. The Makefile generator and NMake Makefile generator do not change these o

Re: [CMake] Visual Studio project paths

2007-01-16 Thread Andrew Maclean
I hope not. You need this in Visual Studio to set the build. It also keeps the builds separate. Andrew On 1/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is there any way to stop cmake from appending Debug/Release/MinSizeRel/etc to my output paths when making a Visual Studio project?

[CMake] Visual Studio project paths

2007-01-16 Thread cmake
Is there any way to stop cmake from appending Debug/Release/MinSizeRel/etc to my output paths when making a Visual Studio project? ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake