wangle: remove unnecessary CMake flag

No point silencing these warnings.

(cherry picked from commit 6ad10b9af5)
This commit is contained in:
Emily 2024-11-14 03:02:08 +00:00 committed by github-actions[bot]
parent 902f733b91
commit 226e6d22e8

View File

@ -54,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
cmakeDir = "../wangle";
cmakeFlags = [
"-Wno-dev"
(lib.cmakeBool "BUILD_TESTS" finalAttrs.finalPackage.doCheck)
];