Unverified Commit 4798d2f3 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #267331 from reckenrode/abseil-cpp-202308-fix

abseil-cpp_202308: drop unnecessary patch
parents b68f7e4c 16b92fee
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -18,12 +18,6 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-uNGrTNg5G5xFGtc+BSWE389x0tQ/KxJQLHfebNWas/k=";
  };

  patches = lib.optionals stdenv.isDarwin [
    # Don’t propagate the path to CoreFoundation. Otherwise, it’s impossible to build packages
    # that require a different SDK other than the default one.
    ./cmake-core-foundation.patch
  ];

  cmakeFlags = [
    "-DABSL_BUILD_TEST_HELPERS=ON"
    "-DABSL_USE_EXTERNAL_GOOGLETEST=ON"