me
/
guix
Archived
1
0
Fork 0

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”.
master
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
1 changed files with 1 additions and 1 deletions

View File

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