Unverified Commit e987844d authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

h3, h3_3: fix build with cmake4 (#454194)

parents cf4b2149 06c79feb
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/";