Just leave 'cpp' in there
It seems to be required now, but also '' is not a valid language and the whole get_option() thing is not working when duckhandy is a submodule.
This commit is contained in:
parent
100b1d557e
commit
180c338901
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
project('duckhandy', get_option('build_testing') ? 'cpp' : '',
|
project('duckhandy', 'cpp',
|
||||||
version: '0.1.0',
|
version: '0.1.0',
|
||||||
meson_version: '>=0.56.0',
|
meson_version: '>=0.56.0',
|
||||||
default_options: ['buildtype=release', 'cpp_std=gnu++20', 'b_ndebug=if-release']
|
default_options: ['buildtype=release', 'cpp_std=gnu++20', 'b_ndebug=if-release']
|
||||||
|
|
Loading…
Reference in a new issue