You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is quite popular in CMake projects to depend on an upstream project by including it into the build system of the dependent project, for example using FetchContent.
Unfortunately if consumed like this, the recommended way of including the header files from the project can't work:
#include<level_zero/ze_api.h>// Can't work, the include folder does not have a parent named level_zero
It is quite popular in CMake projects to depend on an upstream project by including it into the build system of the dependent project, for example using
FetchContent
.Unfortunately if consumed like this, the recommended way of including the header files from the project can't work:
Related to: #57
The text was updated successfully, but these errors were encountered: