Describe the bug
The following cmake invocation:
$ cmake unified-runtime -B /tmp/ur -DUR_ENABLE_TRACING=ON -DUR_STATIC_LOADER=ON
Results in the following error:
CMake Error: install(EXPORT "unified-runtime-targets" ...) includes target "xptifw" which requires target "emhash" that is not in any export set.
To reproduce
Run the cmake command above.
Environment
- OS: Linux
- Target device and vendor: AMD GPU
- DPC++ version: 2ae009e
- Dependencies version: CMake 3.31.6
Additional context
No response