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:
parent
f08754626c
commit
889e1dbae3
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user