[cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

Brad King brad.king at kitware.com
Thu Apr 9 15:12:59 EDT 2015


On 04/09/2015 12:58 PM, Geoffrey Viola wrote:
> The IDE supports only one configuration at a time. 
> I figured CMAKE_BUILD_TYPE kind of works similarly

Good.  The CMAKE_BUILD_TYPE is exactly for single-config generators
to select the config.  Multi-config generators do not use that and
instead have a list of configs in CMAKE_CONFIGURATION_TYPES.  You
have correctly selected CMAKE_BUILD_TYPE for the new generator.

Thanks,
-Brad



More information about the cmake-developers mailing list