blob: 47c4bf17b2d5d8ae5f72b2d91f59b42430c2119d [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
if(DEFINED TOOLCHAIN_HOME)
set(find_program_icx_args PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
endif()
find_program(CMAKE_C_COMPILER icx ${find_program_icx_args})