From 889e1dbae3b0d4ac2300b524b3dd6b8f0499ff5e Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 1 Jul 2023 12:26:49 +0200 Subject: gnu: catch2: Use correct configure flag to disable errors. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/check.scm (catch2)[#:configure-flags]: Replace “-DENABLE_ERROR=OFF” with “-DCATCH_ENABLE_WERROR=OFF”. --- gnu/packages/check.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/check.scm') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 5453cdbfca..df57a778fe 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -615,7 +615,7 @@ pattern.") (list #:configure-flags #~(list "-DCATCH_DEVELOPMENT_BUILD=ON" - "-DENABLE_WERROR=OFF" + "-DCATCH_ENABLE_WERROR=OFF" "-DBUILD_SHARED_LIBS=ON"))) (inputs (list python-wrapper)) (synopsis "Automated test framework for C++ and Objective-C") -- cgit v1.2.3