From 3a5aa4194e7fe5a745a1ff17a1f6cb3ebed497db Mon Sep 17 00:00:00 2001 From: Matt Hardcastle Date: Sat, 22 Jun 2019 11:23:17 -0700 Subject: [PATCH] Pin the macOS HQ Launcher target version to 10.9 This change pins HQ Launcher's target SDK to 10.9, which is the same as the target SDK for Interface. Without this pinned value the target version defaults to whatever the OS version is on the machine that happened to build HQ Launcher. --- launchers/darwin/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/launchers/darwin/CMakeLists.txt b/launchers/darwin/CMakeLists.txt index 9592ef69f3..76d209d89d 100644 --- a/launchers/darwin/CMakeLists.txt +++ b/launchers/darwin/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.0) +set(ENV{MACOSX_DEPLOYMENT_TARGET} 10.9) project(HQLauncher) set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/") set(src_files