From: Fred Morcos Date: Wed, 5 Apr 2023 16:06:13 +0000 (+0200) Subject: Add cmake to auth build deps (needed for libdecaf) X-Git-Tag: auth-4.8.0-beta1~7^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26cf02ca0cabf42cb6a3f2711c515dddd0bae988;p=thirdparty%2Fpdns.git Add cmake to auth build deps (needed for libdecaf) --- diff --git a/tasks.py b/tasks.py index 8cc8e55b38..d6b0c670fb 100644 --- a/tasks.py +++ b/tasks.py @@ -46,6 +46,7 @@ auth_build_deps = [ # FIXME: perhaps we should be stealing these from the deb 'ruby-dev', 'sqlite3', 'unixodbc-dev', + 'cmake', ] rec_build_deps = [ 'libcap-dev',