[CMake] Building multiple configurations with Xcode?

Stephen Kelly steveire at gmail.com
Fri May 3 08:40:00 EDT 2013


Stephen Kelly wrote:

> or --config Release to build a particular configuration. However, the
> debug and release names are the same. I also ran cmake with
> 
> -DCMAKE_DEBUG_POSTFIX=Debug
> 
> but that didn't make any difference.

This makes a difference for non-frameworks, but does not make a difference 
if the FRAMEWORK property is true.

Is it possible to build multi-config frameworks with cmake at all?

Thanks,

Steve.




More information about the CMake mailing list