nixpkgs/pkgs/development/libraries/google-cloud-cpp
Tobias Mayer 54e9994a6b
grpc: refactor cxxStandard selection
GRPC is less aggressive in overriding `CMAKE_CXX_STANDARD` nowadays.
This allows us to take a less invasive approach to ensure that the
provided abseil package is configured with the same implementation
for the provided c++17 compatibility shims.
Instead of always setting `CMAKE_CXX_STANDARD`, we only do it to
override hard-coded downgrade on darwin. With that, we can use the
default configuration for abseil-cpp, reducing the number of instances
of that library in the build closure to one.
2023-08-14 11:50:30 +02:00
..
default.nix grpc: refactor cxxStandard selection 2023-08-14 11:50:30 +02:00
skipped_tests.toml google-cloud-cpp: 2.4.0 -> 2.14.0 2023-08-13 18:10:55 +02:00