[cmake-developers] xcode7-defaults-to-c11 topic

Gregor Jasny gjasny at googlemail.com
Wed Sep 16 16:41:04 EDT 2015


Hi,

On 15/09/15 20:24, Stephen Kelly wrote:
> I have merged a Konsole output compute-default-dialect to next for
> testing which implements the automatic detection. Please test it to see
> if it works with xcode 7.

The CompileFeatures test does pass:

$ git describe
v3.3.1-3005-gf1591ef

I compiled and tested with

$ export DEVELOPER_DIR=/Applications/Xcode7.app/Contents/Developer
$ mkdir _build_xcode7 && cd $_
$ cmake -DCMAKE_OSX_SYSROOT=macosx10.11
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.10 -GXcode ..
$ xcodebuild
$ bin/Debug/ctest --verbose -R CompileFeatures

Thanks,
Gregor


More information about the cmake-developers mailing list