disabler() would cause the program not to compile

Dependency must be set to not-found instead.
This commit is contained in:
King_DuckZ 2020-09-16 22:17:03 +02:00
parent 1c50d59491
commit 22ae50b59f

View file

@ -43,7 +43,7 @@ if not get_option('with_sqlite').disabled()
required: get_option('with_sqlite'),
)
else
sqlitecpp_dep = disabler()
sqlitecpp_dep = dependency('', required: false)
endif
cpp_comp = meson.get_compiler('cpp')