Add note at top that this is supported best-effort

pull/231/head
ahedberg 6 years ago committed by GitHub
parent 325cf0d872
commit e41b5b1c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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

Loading…
Cancel
Save