aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-06-21 13:56:25 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-06-24 06:25:02 +0000
commit61d838e4f03f8daf61b2e1eecd3d343cd85f5f3c (patch)
treec6f8eb44ebc8172f588d74d192659b81330e3551
parent5464a31c6109b7f8af87c65b111dbae379e77b0d (diff)
Move ICC compiler name setup to instructions level
That way we can simplify product level configuration. Change-Id: Ib855c1873d3b4566b437845ab18182a0db8e45b9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--coin/platform_configs/default.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml
index ac724225..3d347ae6 100644
--- a/coin/platform_configs/default.yaml
+++ b/coin/platform_configs/default.yaml
@@ -5,7 +5,7 @@
- Template: 'qtci-linux-openSUSE-15.0-x86_64'
Compiler: 'ICC_18'
Features: ['DisableTests']
- Configure arguments: '-DBUILD_TESTING=OFF -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_EXAMPLES=OFF -DFEATURE_developer_build=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc'
+ Configure arguments: '-DBUILD_TESTING=OFF -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_EXAMPLES=OFF -DFEATURE_developer_build=ON -DBUILD_SHARED_LIBS=OFF'
- Template: 'qtci-macos-10.13-x86_64-2'
Compiler: 'Clang'
Features: ['DisableTests']