From: Fred Morcos Date: Wed, 5 Jul 2023 11:30:49 +0000 (+0200) Subject: Meson: Boost program_options library X-Git-Tag: rec-5.1.0-alpha1~80^2~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0a63889fc5acf23acfb76f23ce08409a41dc3e;p=thirdparty%2Fpdns.git Meson: Boost program_options library --- diff --git a/meson.build b/meson.build index 37b33b1861..41255974bb 100644 --- a/meson.build +++ b/meson.build @@ -45,6 +45,10 @@ subdir('meson/ragel') # Find Ragel subdir('meson/clock-gettime') # Clock_gettime subdir('meson/boost') # Boost +# Boost Program Options library +dep_boost_program_options = dependency('boost', modules: ['program_options'], required: true) +summary('Boost Program Options', dep_boost_program_options.found(), bool_yn: true, section: 'Boost') + # Find or generate pdns/dnslabeltext.cc if not ragel.found() and not fs.exists('pdns/dnslabeltext.cc') error('Ragel is missing and `pdns/dnslabeltext.cc` cannot be found. ' +