--- a/share/CMakeLists.txt Tue Aug 13 12:29:26 2019 -0600
+++ b/share/CMakeLists.txt Tue Aug 13 13:10:12 2019 -0600
@@ -7,11 +7,6 @@
#CFBundleVersion is HEDGEWARS_REVISION
#CFBundleShortVersionString is HEDGEWARS_VERSION
- #libav/ffmpeg always brings in VideoDecoderAcceleration, avaible only from 10.6.3
- if(LIBAV_FOUND AND ${minimum_macosx_version} VERSION_EQUAL "10.6")
- set(minimum_macosx_version "10.6.3")
- endif()
-
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.in
${CMAKE_CURRENT_BINARY_DIR}/Info.plist)
#path here should be Hedgewars.app/Contents/MacOS