[build] Demote no frontends/tests to a warning

This commit is contained in:
Joshua Ashton 2019-11-04 23:05:54 +00:00 committed by Philip Rebohle
parent 1d961b7dc3
commit 4ad99feb73
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ endif
# Nothing selected
if not get_option('enable_d3d10') and not get_option('enable_d3d11') and not get_option('enable_tests')
error('Nothing selected to be built. Please, enable at least D3D11 or TESTS.')
warning('Nothing selected to be built. Are you missing a frontend or tests?')
endif