Fix meson warnings
This commit is contained in:
parent
42a4fbc686
commit
f445c430d7
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
project('ducktorrent', 'cpp',
|
project('ducktorrent', 'cpp',
|
||||||
version: '0.2.1',
|
version: '0.2.1',
|
||||||
meson_version: '>=0.63.0',
|
meson_version: '>=1.1.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=release',
|
'buildtype=release',
|
||||||
'cpp_std=gnu++23',
|
'cpp_std=gnu++23',
|
||||||
|
|
|
@ -10,7 +10,7 @@ conf_data.set('PROJECT_VERSION_PATCH', version_arr[2])
|
||||||
|
|
||||||
if git_prog.found()
|
if git_prog.found()
|
||||||
gitrev_config_file = vcs_tag(
|
gitrev_config_file = vcs_tag(
|
||||||
command: [git_prog.path(), 'rev-parse', 'HEAD'],
|
command: [git_prog.full_path(), 'rev-parse', 'HEAD'],
|
||||||
input: 'git_version.h.in',
|
input: 'git_version.h.in',
|
||||||
output: 'git_version.h',
|
output: 'git_version.h',
|
||||||
fallback: ''
|
fallback: ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue