test: let's start getting ready for 2020

It'll be a wonderful year, I'm sure.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-11-17 10:03:15 +01:00
parent e318c2a444
commit 2e5811521d
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ if add_languages('cpp', required : false)
if cxx.has_argument('-std=c++17')
opts += [['c++', '-std=c++17']]
endif
if cxx.has_argument('-std=c++20')
opts += [['c++', '-std=c++20']]
endif
endif
foreach header : _systemd_headers + _not_installed_headers + [libudev_h_path]