| commit | 68d3ae7586dc410c738c1bd0422abd46a66cd0fb | [log] [tgz] |
|---|---|---|
| author | Deanna Garcia <deannagarcia@google.com> | Mon Jan 02 00:51:13 2023 +0000 |
| committer | Deanna Garcia <deannagarcia@google.com> | Mon Jan 02 00:51:13 2023 +0000 |
| tree | 9b283cea518bcc09748ea42b29185a71d506fd6f | |
| parent | 6f17e8104839efcd1f454abe8149dcf3ec02aa1f [diff] [blame] |
Fix cmake
diff --git a/cmake/make_cmakelists.py b/cmake/make_cmakelists.py index a3e05cb..e66b784 100755 --- a/cmake/make_cmakelists.py +++ b/cmake/make_cmakelists.py
@@ -185,7 +185,7 @@ def select(self, arg_dict): return [] - def glob(self, *args): + def glob(self, *args, **kwargs): return [] def licenses(self, *args):