share/CMakeLists.txt
changeset 9959 1a42d36f346a
parent 8666 1652c1d9adc8
child 10015 4feced261c68
equal deleted inserted replaced
9957:7a62f31895ac 9959:1a42d36f346a
     6 if(APPLE)
     6 if(APPLE)
     7     #CFBundleVersion is HEDGEWARS_REVISION
     7     #CFBundleVersion is HEDGEWARS_REVISION
     8     #CFBundleShortVersionString is HEDGEWARS_VERSION
     8     #CFBundleShortVersionString is HEDGEWARS_VERSION
     9 
     9 
    10     #libav/ffmpeg always brings in VideoDecoderAcceleration, avaible only from 10.6.3
    10     #libav/ffmpeg always brings in VideoDecoderAcceleration, avaible only from 10.6.3
    11     if(${FFMPEG_FOUND} AND ${minimum_macosx_version} VERSION_EQUAL "10.6")
    11     if(LIBAV_FOUND AND ${minimum_macosx_version} VERSION_EQUAL "10.6")
    12         set(minimum_macosx_version "10.6.3")
    12         set(minimum_macosx_version "10.6.3")
    13     endif()
    13     endif()
    14 
    14 
    15     configure_file(${hedgewars_SOURCE_DIR}/share/Info.plist.in
    15     configure_file(${hedgewars_SOURCE_DIR}/share/Info.plist.in
    16                    ${CMAKE_CURRENT_BINARY_DIR}/Info.plist)
    16                    ${CMAKE_CURRENT_BINARY_DIR}/Info.plist)