From 60de84fde78a532d4347f74d6096a9a578063e67 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Wed, 14 Oct 2020 08:32:24 -0300 Subject: [PATCH] Try to build for 10.14 (#1412) --- CMakeLists.txt | 2 +- external/loki-mq | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c3dadfc8..70d17abde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) # bionic's cmake version # Has to be set before `project()`, and ignored on non-macos: -set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "macOS deployment target (Apple clang only)") +set(CMAKE_OSX_DEPLOYMENT_TARGET 10.14 CACHE STRING "macOS deployment target (Apple clang only)") find_program(CCACHE_PROGRAM ccache) if(CCACHE_PROGRAM) diff --git a/external/loki-mq b/external/loki-mq index 53481cdfa..36957078c 160000 --- a/external/loki-mq +++ b/external/loki-mq @@ -1 +1 @@ -Subproject commit 53481cdfa9b0dc8d6dbbf04803401298754d7f44 +Subproject commit 36957078cd30b47e606d8c4b9743ec5de1f7c3b3