Re: [CMake] CMake single-configuration makefiles

2011-11-14 Thread Michael Hertling
On 11/13/2011 11:30 PM, Eric Noulard wrote: 2011/11/13 Robert Dailey rcdai...@gmail.com: I understand that currently Makefiles generated by CMake are single-configuration by-design. In other words, you can't issue a debug or release command to make, you have to regenerate for a different

[CMake] CMake single-configuration makefiles

2011-11-13 Thread Robert Dailey
I understand that currently Makefiles generated by CMake are single-configuration by-design. In other words, you can't issue a debug or release command to make, you have to regenerate for a different configuration. Can someone explain the reason for this design? Are there any plans to change it?

Re: [CMake] CMake single-configuration makefiles

2011-11-13 Thread Eric Noulard
2011/11/13 Robert Dailey rcdai...@gmail.com: I understand that currently Makefiles generated by CMake are single-configuration by-design. In other words, you can't issue a debug or release command to make, you have to regenerate for a different configuration. For this purpose you can use 2