El Dude
El Dude

Reputation: 5618

Porting CMake to OS X Yosemite

I am trying to update my Macport for Yosemite and installation of cmake fails. Here's the log file:

:info:configure CMake Error at Modules/Platform/Darwin.cmake:213 (message):
:info:configure   CMAKE_OSX_DEPLOYMENT_TARGET is '10.10' but CMAKE_OSX_SYSROOT:
:info:configure 
:info:configure    ""
:info:configure 
:info:configure   is not set to a MacOSX SDK with a recognized version.  Either set
:info:configure   CMAKE_OSX_SYSROOT to a valid SDK or set CMAKE_OSX_DEPLOYMENT_TARGET to empty.

Upvotes: 2

Views: 1329

Answers (1)

isgursoy
isgursoy

Reputation: 46

You need 10.10 SDK to do. Try updating XCode to 6.1 before. See bug report and Yosemite related information.

Upvotes: 2

Related Questions