Skip to content

Added conanfile.py to support Conan.io

Thys ten Veldhuis requested to merge (removed):master into master

Added a conanfile.py to support Conan.io - This would (partially) solve #190 (closed)

This allows developers to either upload the package to a private Conan repository and load the dependency via Conan or the maintainer can choose to contribute the package to the Conan Center Index.

Documentation on how to contribute to the Conan Center Index is available at https://github.com/conan-io/conan-center-index/blob/master/docs/contributing.md

Two things I ran in to:

  • Not sure which version the library currently is? I put 2.2.0 in the conanfile.py going from the latest 2.1.7 release on Github.
  • I added 'testing' as an option but when BUILD_TESTING was enabled the build was failing with errors about private and protected members.

Merge request reports