mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
8 lines
166 B
Bash
8 lines
166 B
Bash
source .gitlab/ci/env_intelcompiler_license.sh
|
|
|
|
if test -r /opt/intel/oneapi/setvars.sh; then
|
|
source /opt/intel/oneapi/setvars.sh
|
|
fi
|
|
|
|
export CC=icx CXX=icpx FC=ifx
|