mirror of https://github.com/Kitware/CMake.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
253 B
8 lines
253 B
if test -n "$CMAKE_CI_INTELCOMPILER_LICENSE"; then
|
|
if test -d /opt/intel/licenses; then
|
|
mv "$CMAKE_CI_INTELCOMPILER_LICENSE" /opt/intel/licenses/ci.lic
|
|
else
|
|
rm "$CMAKE_CI_INTELCOMPILER_LICENSE"
|
|
fi
|
|
unset CMAKE_CI_INTELCOMPILER_LICENSE
|
|
fi
|