From c2dd556f82fa4865530bfcf62505b81ee52089f3 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 26 Jul 2023 14:56:49 +0200 Subject: [PATCH] Meson: Add missing TODO item --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 7be490fb6d..21a9ce444d 100644 --- a/meson.build +++ b/meson.build @@ -63,6 +63,7 @@ if not ragel.found() and not fs.exists('pdns/dnslabeltext.cc') error('Ragel is missing and `pdns/dnslabeltext.cc` cannot be found. ' + 'Install Ragel or download the sources from www.powerdns.com') endif +# TODO Generate pdns/dnslabeltext.cc # Backend Unit Tests opt_backend_unittests = get_option('backend-unit-tests') -- 2.47.2