diff options
author | ahedberg <ahedberg@google.com> | 2018-12-20T18·51-0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20T18·51-0500 |
commit | e41b5b1c8a9b20e89bde00fe388e8c7b74cfa229 (patch) | |
tree | 8b704a7c25f29e1dbbc72d9b6f56306c7a42495f /conanfile.py | |
parent | 325cf0d872bf6fba94e6be56b5926abeaaf61e78 (diff) |
Add note at top that this is supported best-effort
Diffstat (limited to 'conanfile.py')
-rw-r--r-- | conanfile.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py index 77304769678f..d8307b4568ef 100644 --- a/conanfile.py +++ b/conanfile.py @@ -1,5 +1,10 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- + +# Note: Conan is supported on a best-effort basis. Abseil doesn't use Conan +# internally, so we won't know if it stops working. We may ask community +# members to help us debug any problems that arise. + from conans import ConanFile, CMake, tools from conans.errors import ConanInvalidConfiguration from conans.model.version import Version |