aboutsummaryrefslogtreecommitdiff
path: root/workspace.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'workspace.bzl')
-rw-r--r--workspace.bzl6
1 files changed, 3 insertions, 3 deletions
diff --git a/workspace.bzl b/workspace.bzl
index 00fc679..1c41b3e 100644
--- a/workspace.bzl
+++ b/workspace.bzl
@@ -40,11 +40,11 @@ local_repository(
path = "path/to/ink-stroke-modeler",
)
-Ink Stroke Modeler requires C++17. This is not currently the default for Bazel,
---cxxopt='-std=c++17' (or newer) is required. You can put the following in
+Ink Stroke Modeler requires C++20. This is not currently the default for Bazel,
+--cxxopt='-std=c++20' (or newer) is required. You can put the following in
.bazelrc at your project's root:
-build --cxxopt='-std=c++17'
+build --cxxopt='-std=c++20'
"""
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")