From 0fea70b4d9e6c0fd95420893607f462c7308e490 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 13 May 2019 10:07:06 -0700 Subject: Works with Bazel 0.24.1 and Bazel 0.25.2! --- tools/make_cmakelists.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/make_cmakelists.py b/tools/make_cmakelists.py index 36d5375..44cd1b0 100755 --- a/tools/make_cmakelists.py +++ b/tools/make_cmakelists.py @@ -175,6 +175,9 @@ class WorkspaceFileFunctions(object): def git_repository(self, **kwargs): pass + def bazel_version_repository(self, **kwargs): + pass + class Converter(object): def __init__(self): -- cgit v1.2.3