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 2 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