diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml index cd00cfbe..ab844d64 100644 --- a/coin/platform_configs/default.yaml +++ b/coin/platform_configs/default.yaml @@ -12,6 +12,10 @@ Configurations: Template: 'qtci-macos-10.13-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' +- + Template: 'qtci-macos-10.13-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 -DFEATURE_framework=OFF -DFEATURE_developer_build=ON' - Template: 'qtci-windows-10-x86_64-15' Compiler: 'MSVC2019'