generic.cmake 204 B

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