From 4ad99feb7312aa2fd79a72cdbf7b67e0a09dae3f Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Mon, 4 Nov 2019 23:05:54 +0000 Subject: [PATCH] [build] Demote no frontends/tests to a warning --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 395aaaad..3dc65fc8 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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