Unverified Commit 06c79feb authored by Rafael Ieda's avatar Rafael Ieda
Browse files

h3, h3_3: fix build with cmake4

parent 0720d4cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ let
        (lib.cmakeBool "ENABLE_FORMAT" false)
        (lib.cmakeBool "ENABLE_LINTING" false)
        (lib.cmakeBool "BUILD_FILTERS" withFilters)
      ];
      ]
      ++ (lib.optionals (lib.versionOlder version "4.0.0") [ "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ]);

      meta = {
        homepage = "https://h3geo.org/";