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                 [EMAIL PROTECTED]
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to