summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-06-21 13:54:25 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-06-24 06:23:25 +0000
commitebbf4a1d9670e74f4de47319774def93d9487e85 (patch)
treed1ba21958c82adfbddcabf6c45c4ca687220677f /coin
parentda7f40f7c2eb1a5928876de7b89abb55a2f8fdab (diff)
Move ICC compiler name setup to instructions level
That way we can simplify product level configuration. Change-Id: I6825a10e4652dc7a730d23aaa7d4e7db9c079e50 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 840310ed66..63738ffc4a 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -128,6 +128,9 @@ icc_specific_instructions: &icc_export_variables
- type: PrependToEnvironmentVariable
variableName: PATH
variableValue: "{{.Env.ICC64_18_PATH}}"
+ - type: PrependToEnvironmentVariable
+ variableName: CONFIGURE_ARGS
+ variableValue: "-DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc "
enable_if:
condition: property
property: host.compiler