treewide: remove BUILD_TESTING flag

This is now set by CMake
This commit is contained in:
Matthew Bauer
2019-02-21 20:51:58 -05:00
parent 91f0c848f4
commit 6ed49262f5
19 changed files with 9 additions and 30 deletions

View File

@@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
};
cmakeFlags = [
"-DBUILD_TESTING=OFF"
"-DPYTHON_EXECUTABLE=${python}/bin/python"
];