From c479bb8d5a6563afa8a24ac9a47adafe78176a6f Mon Sep 17 00:00:00 2001 From: Green Sky Date: Fri, 8 May 2026 09:06:08 +0200 Subject: [PATCH] fix(qtox): qrencode uses an outdated cmake version, run it anyway. --- qtox/build_qrencode.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qtox/build_qrencode.sh b/qtox/build_qrencode.sh index 6332c99..b63a1a6 100755 --- a/qtox/build_qrencode.sh +++ b/qtox/build_qrencode.sh @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later AND MIT # Copyright © 2017-2021 Maxim Biro # Copyright © 2021 by The qTox Project Contributors -# Copyright © 2024-2025 The TokTok team +# Copyright © 2024-2026 The TokTok team set -euxo pipefail @@ -31,6 +31,7 @@ fi -DCMAKE_BUILD_TYPE="$CMAKE_BUILD_TYPE" \ -DCMAKE_INSTALL_PREFIX="$DEP_PREFIX" \ -DCMAKE_OSX_DEPLOYMENT_TARGET="$DEPLOYMENT_TARGET" \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ "${CMAKE_TOOLCHAIN_FILE[@]}" \ -DWITH_TOOLS=OFF \ -DBUILD_SHARED_LIBS="$BUILD_SHARED_LIBS"