/conan-pybind11

[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index

Primary LanguagePythonMIT LicenseMIT

conan-pybind11

pybind11 image

Download Build Status Build status

Conan.io package recipe for pybind11 project.

The packages generated with this conanfile can be found in Bintray.

For Users: Use this package

Basic setup

$ conan install pybind11/2.3.0@conan/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
pybind11/2.3.0@conan/stable

[generators]
cmake

License

MIT License