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>
This commit is contained in:
parent
da7f40f7c2
commit
ebbf4a1d96
@ -128,6 +128,9 @@ icc_specific_instructions: &icc_export_variables
|
|||||||
- type: PrependToEnvironmentVariable
|
- type: PrependToEnvironmentVariable
|
||||||
variableName: PATH
|
variableName: PATH
|
||||||
variableValue: "{{.Env.ICC64_18_PATH}}"
|
variableValue: "{{.Env.ICC64_18_PATH}}"
|
||||||
|
- type: PrependToEnvironmentVariable
|
||||||
|
variableName: CONFIGURE_ARGS
|
||||||
|
variableValue: "-DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc "
|
||||||
enable_if:
|
enable_if:
|
||||||
condition: property
|
condition: property
|
||||||
property: host.compiler
|
property: host.compiler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user