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
parent
f08754626c
commit
889e1dbae3
|
@ -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")
|
||||
|
|
Reference in New Issue