Commit b5f5d58b authored by Mario Rodas's avatar Mario Rodas
Browse files

h3: do not build filters by default

parent fd109717
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, stdenv
, cmake
, fetchFromGitHub
, withFilters ? false
}:

let
@@ -29,6 +30,7 @@ let
        "-DENABLE_COVERAGE=OFF"
        "-DENABLE_FORMAT=OFF"
        "-DENABLE_LINTING=OFF"
        (lib.cmakeBool "BUILD_FILTERS" withFilters)
      ];

      meta = with lib; {