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