From 50689407cfb409fcf2a4459b6f246618a9a4de64 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Sun, 20 Mar 2022 00:40:34 +0000 Subject: [PATCH] tools/ci-build.sh: Pass user arguments to cmake last This allows a user to override ENABLE_WERROR for platforms that are not yet -Werror clean. --- tools/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci-build.sh b/tools/ci-build.sh index a7b5969d..38c87fe5 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -412,7 +412,7 @@ case "$ci_buildsys" in ;; esac - $cmake "$@" -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON .. + $cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON "$@" .. ${make} # The test coverage for OOM-safety is too verbose to be useful on