From 68419bc36c20ff1709bd45aeb8ffc78f6a78ed80 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 12 Feb 2020 08:41:22 +0100 Subject: [PATCH] Switch the cmake build also to macOS 10.14 We've switched the qmake configs as well, so cmake should follow. Change-Id: Ib0cf4b3ade56714b4437afd5ce301204e5b31d24 Reviewed-by: Lars Knoll --- coin/platform_configs/qtbase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/qtbase.yaml b/coin/platform_configs/qtbase.yaml index d05f94fd..152313a8 100644 --- a/coin/platform_configs/qtbase.yaml +++ b/coin/platform_configs/qtbase.yaml @@ -34,7 +34,7 @@ Configurations: Compiler: 'ICC_18' Configure arguments: '-DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF' - - Template: 'qtci-macos-10.13-x86_64-2' + Template: 'qtci-macos-10.14-x86_64-2' Compiler: 'Clang' Configure arguments: '-DBUILD_EXAMPLES=OFF -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode10.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12' -