zeromq / pyzmq

PyZMQ: Python bindings for zeromq
http://zguide.zeromq.org/py:all
BSD 3-Clause "New" or "Revised" License
3.62k stars 635 forks source link

lower minimum cmake version to 3.14 #1950

Closed minrk closed 4 months ago

minrk commented 4 months ago

building the cmake wheel doesn't always work, so make it less likely to happen by lowering the minimum version

reimplement EXCLUDE_FROM_ALL with cmake.targets, install.components

closes #1690

minrk commented 4 months ago

closes #1690 (tested install on OpenBSD 7.4, only prerequisites were: pkg_add py3-pip cmake)