aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/macos.yaml
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-07 12:42:19 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-20 11:32:52 +0200
commit8214de5e0e7db62c6b9cff7429e521d84dae3c60 (patch)
tree2022f22d6820325b43a40c78aeb1b4f3a2cc9c93 /coin/platform_configs/macos.yaml
parent4e59702b14cec22e8bead919aaecd7d76dbdcd17 (diff)
Remove conan profiles
The conan experiment has ended, and the files are only bitrotting nowadays. Pick-to: 6.5 6.6 Change-Id: Iefdc6fa1a48bb4062b15cf035f372a2d44bddda9 Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'coin/platform_configs/macos.yaml')
-rw-r--r--coin/platform_configs/macos.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index 8fe91fa8..f2962d7f 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -17,8 +17,7 @@ Configurations:
Environment variables: [
'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DODBC_ROOT=/usr/local/opt/libiodbc -DPostgreSQL_ROOT={{.Env.POSTGRESQLBINPATH}}/.. -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
'NON_QTBASE_CMAKE_ARGS=-DFEATURE_gds=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR}}',
- 'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',
- 'CONAN_PROFILE=coin/conan/profiles/ci-macos-universal-clang'
+ 'Protobuf_ROOT=/usr/local/lib/cmake/protobuf'
]
-