summaryrefslogtreecommitdiff
path: root/conanfile.py
diff options
context:
space:
mode:
authorGravatar ahedberg <ahedberg@google.com>2018-12-20 13:51:25 -0500
committerGravatar GitHub <noreply@github.com>2018-12-20 13:51:25 -0500
commite41b5b1c8a9b20e89bde00fe388e8c7b74cfa229 (patch)
tree8b704a7c25f29e1dbbc72d9b6f56306c7a42495f /conanfile.py
parent325cf0d872bf6fba94e6be56b5926abeaaf61e78 (diff)
Add note at top that this is supported best-effort
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py
index 77304769..d8307b45 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