level-zero icon indicating copy to clipboard operation
level-zero copied to clipboard

Build is broken with CMAKE_INCLUDE_CURRENT_DIR=ON

Open smaslov-intel opened this issue 3 years ago • 1 comments

It is often times that other cmake projects make the current project's directory included. If such a project fetches Level Zero repo then its build is broken. To reproduce:

$ cmake -DCMAKE_INCLUDE_CURRENT_DIR=ON -G Ninja .. $ ninja

smaslov-intel avatar Nov 30 '22 18:11 smaslov-intel

If such a project fetches Level Zero repo

Is there any such a project, and why it would do that, instead of using L0 normally?

then its build is broken.

eero-t avatar Feb 27 '23 14:02 eero-t