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
Hi Brad, Apologies, I didn’t look closely enough/didn’t understand that the discovery modules would be under influence of CMAKE_OSX_DEPLOYMENT_TARGET set from the CMakeFiles.txt, makes total sense now that you said that. This is the doxygen project, I just did a git clone of their latest.

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 Brad King
On 05/22/2016 01:27 AM, James Burgess wrote: > If you don’t set this you get 10.5. On any mac with Xcode 6 (7 is the latest) CMake's default value for CMAKE_OSX_DEPLOYMENT_TARGET is empty, which results in either no -mmacosx-version-min flag being used or in the host OS X version, depending on