[cmake-developers] Objective-C support

Brad King brad.king at kitware.com
Fri Feb 14 15:32:47 EST 2014


On 2/14/2014 3:08 PM, Steve Wilson wrote:
> the preference I do have is for the OBJC (OBJCXX) form simply because
> it matches the capital cases of C and CXX in the CMAKE_* variables

We do have "Fortran" already: CMAKE_Fortran_FLAGS, etc. but this
is a valid point:

 CMAKE_OBJC_FLAGS
 CMAKE_OBJCXX_FLAGS

v.

 CMAKE_ObjC_FLAGS
 CMAKE_ObjCXX_FLAGS

I think the uppercase names look nicer in the variable names so
let's stick with what you proposed unless others chime in.

Thanks,
-Brad



More information about the cmake-developers mailing list