The quotes may be confusing...
Try this exactly, with the quotes surrounding the whole thing, or without
the quotes: "-DCMAKE_BUILD_TYPE:STRING=Debug"


I think you are telling it to set the build type to "Debug" (including the
quotes) but for it to work, it needs to be exactly Debug without any
quotes...


HTH,
David

On 12/10/07, Ramazan Girgin <[EMAIL PROTECTED]> wrote:
>
> Hi all,
> I want to built debug target with cmake and nmake . I am calling cmake
> with -DCMAKE_BUILD_TYPE="Debug".later i am calling nmake. But everytime
> nmake is building release target. Is there any other way to build debug
> target???
> Thanks in advance
> Ramazan
>
> _______________________________________________
> CMake mailing list
> [email protected]
> http://www.cmake.org/mailman/listinfo/cmake
>
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to