about summary refs log tree commit diff
path: root/third_party/grpc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/grpc')
-rw-r--r--third_party/grpc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/grpc/default.nix b/third_party/grpc/default.nix
index c41e66e583..2ef67d4028 100644
--- a/third_party/grpc/default.nix
+++ b/third_party/grpc/default.nix
@@ -8,5 +8,6 @@
 }).overrideAttrs(orig: rec {
   cmakeFlags = orig.cmakeFlags ++ [
     "-DCMAKE_CXX_STANDARD_REQUIRED=ON"
+    "-DCMAKE_CXX_STANDARD=17"
   ];
 })