[Cmake] debug command

Andy Cedilnik andy.cedilnik at kitware.com
Tue, 13 Jan 2004 07:56:53 -0500


Hi Lucas,

In ccmake (or CMakeSetup) set CMAKE_BUILD_TYPE to Debug.

			Andy

On Mon, 2004-01-12 at 21:56, Lucas Lorenzo wrote:
> sorry for asking maybe such a simple question but I'm a beginner with 
> cmake.
> I'd like to know what command should I include to be able to use the 
> gdb debugger afterwards.
> Thanks