pybind / cmake_example

Example pybind11 module built with a CMake-based build system
Other
626 stars 221 forks source link

Add conda recipe #2

Closed SylvainCorlay closed 8 years ago

SylvainCorlay commented 8 years ago

It happens that anaconda has a cmake package! So I could add it to the build-time dependencies.

Besides that, it is the same thing as in python_example, including the way to force the use of MSVC 14 on windows and the runtime dependency on the MSVC runtime in windows.

dean0x7d commented 8 years ago

Conda's cmake version is also more up-to-date than most linux distros, which is great. Thanks!