pybind / cmake_example

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

fix: use windows-latest for conda #30

Closed henryiii closed 1 year ago

henryiii commented 3 years ago

I don't really know why CMake just dies here looking for MSVC 2017. Either we need to somehow get setuptools discovery forwarded to the generator selection, or we could use Ninja and forward all the needed bits from setuptools. (Conda only, I think)