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
* If building level_zero as a subproject, do not build with warnings as
errors, leave it up to the parent project to turn these into errors if
desired.
* If building level_zero with CMake 3.24 or newer, use
CMAKE_COMPILE_WARNING_AS_ERROR instead of explicitly setting -Werror.
This permits users to turn it off with `cmake
--compile-no-warning-as-error`.
In both cases, being able to disable -Werror is useful when a parent
project or a user wishes to turn on additional warnings that should not
be turned into errors.
Signed-off-by: Harald van Dijk <[email protected]>
0 commit comments