From dfb773505cc82dd1f59338b55295769a04be25df Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 13 Feb 2020 09:32:48 +0100 Subject: Prospective fix for macOS CMake builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adjust the SDK root path to match what's on the system. This should ideally not be hardcoded here but detected, but for now fixing the build is highest priority. Change-Id: I317fe9a4e038cb62cf6cdf06f10a60aa9d975e15 Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/qtsvg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coin/platform_configs/qtsvg.yaml') diff --git a/coin/platform_configs/qtsvg.yaml b/coin/platform_configs/qtsvg.yaml index cbc913e8..02938ce6 100644 --- a/coin/platform_configs/qtsvg.yaml +++ b/coin/platform_configs/qtsvg.yaml @@ -11,7 +11,7 @@ Configurations: - Template: 'qtci-macos-10.14-x86_64' 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' + Configure arguments: '-DBUILD_EXAMPLES=OFF -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12' - Template: 'qtci-windows-10-x86_64-15' Compiler: 'MSVC2019' -- cgit v1.2.3