From e7cf360d04ce2ecb0b41d4774f5ae52f8d076d70 Mon Sep 17 00:00:00 2001 From: Be Date: Sat, 14 Nov 2020 21:15:34 -0600 Subject: CMake: fix macOS build for macOS < 10.14 --- cmake/macos_bundle.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/macos_bundle.plist.in b/cmake/macos_bundle.plist.in index 1f8af6bb1e..472b7554af 100644 --- a/cmake/macos_bundle.plist.in +++ b/cmake/macos_bundle.plist.in @@ -36,6 +36,6 @@ public.app-category.music LSMinimumSystemVersion - @MACOS_BUNDLE_MINVERSION@ + @CMAKE_OSX_DEPLOYMENT_TARGET@ -- cgit v1.2.3