Re: [CMake] build types

2007-09-23 Thread Andreas Pakulat
On 23.09.07 17:34:34, Christian Buhtz wrote: > I read the docs and the wiki and the faq. > I know that I can specify build types but I didn't understand it right. > > How can I realize to build project as debug and/or release? > > How do I have to call cmake to generate a gnu-makefile that I can

Re: [CMake] build types

2007-09-23 Thread Miguel A. Figueroa-Villanueva
forgot to cc the list... -- Forwarded message -- From: Miguel A. Figueroa-Villanueva Date: Sep 23, 2007 3:09 PM Subject: Re: [CMake] Re: build types To: Christian Buhtz On 9/23/07, Christian Buhtz wrote: > Andreas Pakulat schrieb: > > You can't. You specify the build type during

Re: [CMake] build types

2007-09-23 Thread Brandon Van Every
On 9/23/07, Miguel A. Figueroa-Villanueva <[EMAIL PROTECTED]> wrote: > > Now, the one thing you should understand is that you do not need to > create any makefile manually, cmake will create it for you!! That is > the whole purpose of its existance. Yes, CMake takes the manual labor to a higher le