MacOS 10.14 compatibility

This commit is contained in:
Jason Rhinelander 2020-10-13 18:13:08 -03:00
parent 09529f4202
commit de924e80ac
2 changed files with 4 additions and 1 deletions

View file

@ -56,6 +56,9 @@ endif()
cmake_minimum_required(VERSION 3.10)
message(STATUS "CMake version ${CMAKE_VERSION}")
# Has to be set before `project()`, and ignored on non-macos:
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.14 CACHE STRING "macOS deployment target (Apple clang only)")
project(loki
VERSION 8.1.1
LANGUAGES CXX C)

2
external/loki-mq vendored

@ -1 +1 @@
Subproject commit 0ac1d48bc8058bab4f10aeb3010343084f7a37d0
Subproject commit 36957078cd30b47e606d8c4b9743ec5de1f7c3b3