summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-13 10:07:06 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-13 10:07:06 -0700
commit0fea70b4d9e6c0fd95420893607f462c7308e490 (patch)
tree611b4a6c86f736642be314f09afd3d114d371206 /tools
parentcbe051a09c19f868b7682477755011ec681ce6cb (diff)
Works with Bazel 0.24.1 and Bazel 0.25.2!
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_cmakelists.py3
1 files changed, 3 insertions, 0 deletions
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):
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback