guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: catch2: Use correct configure flag to disabl


From: guix-commits
Subject: branch master updated: gnu: catch2: Use correct configure flag to disable errors.
Date: Sat, 01 Jul 2023 06:39:38 -0400

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 889e1dbae3 gnu: catch2: Use correct configure flag to disable errors.
889e1dbae3 is described below

commit 889e1dbae3b0d4ac2300b524b3dd6b8f0499ff5e
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Jul 1 12:26:49 2023 +0200

    gnu: catch2: Use correct configure flag to disable errors.
    
    * 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(-)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]