summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/check.scm2
1 files changed, 1 insertions, 1 deletions
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")