From Ulrich Hertlein, "Patch for FindAVFoundation to work with OS X 10.9"

This commit is contained in:
Robert Osfield 2013-09-09 12:44:36 +00:00
parent 80456598e0
commit b20a74b017

View File

@ -32,7 +32,7 @@ ELSE()
# AVFoundation exists since 10.7, but only 10.8 has all features necessary for OSG
# so check the SDK-setting
IF(${OSG_OSX_SDK_NAME} STREQUAL "macosx10.8")
IF(${OSG_OSX_SDK_NAME} STREQUAL "macosx10.8" OR ${OSG_OSX_SDK_NAME} STREQUAL "macosx10.9")
# nothing special here ;-)
ELSE()
MESSAGE("AVFoundation disabled for SDK < 10.8")