1# SPDX-License-Identifier: Apache-2.0
2
3if(DEFINED TOOLCHAIN_HOME)
4  set(find_program_icx_args PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
5endif()
6
7find_program(CMAKE_C_COMPILER icx ${find_program_icx_args})
8