Open
Description
Adding IGSC (Intel(R) Graphics System Controller Firmware Update Library (IGSC FU)) (https://github.com/intel/igsc) sources to the same directory level as compute runtime, results in CMake picking up config from the sources instead of install location which results in this error.
CMake Error at /tmp/intel-gpu-umd/driver/igsc/lib/cmake/igscConfig.cmake:3 (include):
include could not find requested file:
/tmp/intel-gpu-umd/driver/igsc/lib/cmake/igscTargets.cmake
Call Stack (most recent call first):
level_zero/CMakeLists.txt:82 (find_package)
It also seems the IGSC include directory is hardcoded in level_zero/CMakeLists.txt making it non-configurable.
How can one specify the location of the IGSC install directory?