Try to build for 10.14 (#1412)

pull/1414/head
Jason Rhinelander 4 years ago committed by GitHub
parent 98e022ea21
commit 60de84fde7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

2
external/loki-mq vendored

@ -1 +1 @@
Subproject commit 53481cdfa9b0dc8d6dbbf04803401298754d7f44
Subproject commit 36957078cd30b47e606d8c4b9743ec5de1f7c3b3
Loading…
Cancel
Save