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:32 +00:00
parent f653048d5f
commit 8fd8036e33

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")