disabler() would cause the program not to compile
Dependency must be set to not-found instead.
This commit is contained in:
parent
1c50d59491
commit
22ae50b59f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if not get_option('with_sqlite').disabled()
|
||||||
required: get_option('with_sqlite'),
|
required: get_option('with_sqlite'),
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
sqlitecpp_dep = disabler()
|
sqlitecpp_dep = dependency('', required: false)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
cpp_comp = meson.get_compiler('cpp')
|
cpp_comp = meson.get_compiler('cpp')
|
||||||
|
|
Loading…
Reference in a new issue