[CMake] Xcode Generator

Sean McBride sean at rogue-research.com
Wed Dec 13 12:56:03 EST 2006


On 2006-12-13 18:27, Axel Roebel said:

>Everything works fine for unix makefiles (on Linux and Mac OS X)
>
>Now, we tried the Xcode generator and we am having
>some minor problems with it.
>
>1) 
>It appears that the default build style in the Xcode project is 
>set to debug while for my makefile build system it always is set to release.
>So we wonder why these two are different.
>
>Note, that we set CMAKE_BUILD_TYPE to release.

This once surprised me too.  Bill told me:

"CMAKE_BUILD_TYPE is ignored by Xcode and VS IDE projects. You have to
change the MAKECOMMAND to do the right build.  It is a command line
option to xcodebuild that has to be changed."

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada




More information about the CMake mailing list