treewide: remove BUILD_TESTING flag

This is now set by CMake
This commit is contained in:
Matthew Bauer
2019-03-11 10:11:28 -04:00
parent 91f0c848f4
commit 6ed49262f5
19 changed files with 9 additions and 30 deletions
@@ -13,9 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
cmakeFlags = [
"-H.."
"-DBUILD_TESTING=OFF"];
cmakeFlags = [ "-H.." ];
meta = with stdenv.lib; {
description = "A multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C)";