Re: [cmake-developers] the default value in CMake 3.5.2 for CMAKE_OSX_DEPLOYMENT_TARGET is too low for Xcode6

2016-05-23 Thread James Burgess
_C_FLAGS}”) ... endif() If I'm going to put that in my CMakeList.txt then I don’t think CMake can really stop me from shooting myself in the foot. Cheers, - James > On May 23, 2016, at 7:24 AM, Brad King <brad.k...@kitware.com> wrote: > > On 05/22/2016 01:27 AM, James Burgess wrot

[cmake-developers] CMake 3.5.2 conflates OSX SDK version with target deployment

2016-05-21 Thread James Burgess
If your set CMAKE_OSX_DEPLOYMENT_TARGET in order to get find modules to work on Xcode6 or above you get this message: $ cmake -D CMAKE_OSX_DEPLOYMENT_TARGET=10.8 . CMAKE_OSX_DEPLOYMENT_TARGET is '10.8' but the matching SDK does not exist at: