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”.
This commit is contained in:
Liliana Marie Prikler 2023-07-01 12:26:49 +02:00
parent f08754626c
commit 889e1dbae3
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87

View File

@ -615,7 +615,7 @@ pattern.")
(list (list
#:configure-flags #:configure-flags
#~(list "-DCATCH_DEVELOPMENT_BUILD=ON" #~(list "-DCATCH_DEVELOPMENT_BUILD=ON"
"-DENABLE_WERROR=OFF" "-DCATCH_ENABLE_WERROR=OFF"
"-DBUILD_SHARED_LIBS=ON"))) "-DBUILD_SHARED_LIBS=ON")))
(inputs (list python-wrapper)) (inputs (list python-wrapper))
(synopsis "Automated test framework for C++ and Objective-C") (synopsis "Automated test framework for C++ and Objective-C")