commit | 88a57e00b5210fd1a10adc757443451069ba8ff7 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@codeconstruct.com.au> | Thu Jan 04 11:29:43 2024 +1030 |
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | Fri Jan 12 01:48:55 2024 +0000 |
tree | dae729397a0cc6d8c331fa80e179dbe519d89f2e | |
parent | 8eb514a448e47ef67f5879587a8069729d2956e5 [diff] |
meson: Drop redundant `cpp` variable from build specification Change-Id: I5a072ed7b73d18c7830ebe2fc464bdddc657eabb Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/meson.build b/meson.build index 8f91c88..630cabe 100644 --- a/meson.build +++ b/meson.build
@@ -33,8 +33,6 @@ language: 'cpp', ) -cpp = meson.get_compiler('cpp') - build_tests = get_option('tests') gpiodcxx = dependency( 'libgpiodcxx',