level-zero
level-zero copied to clipboard
Build is broken with CMAKE_INCLUDE_CURRENT_DIR=ON
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
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.