CMake helpers for building Cython modules. Version 0.2.2, with monthly releases. Provides CMake modules to find Cython and compile Cython-generated C/C++ code into Python extension modules.
pip install cython-cmakeVerified import paths — ran on the pinned version, not inferred.
Create a CMakeLists.txt with FetchContent to download cython-cmake and use its CMake modules.
Update CMake code to reference Cython::Cython and Cython::Cythonize instead of old names.
Use FetchContent to download cython-cmake and append its cmake directory to CMAKE_MODULE_PATH.
pip install cython or conda install cython before running cmake.
Upgrade to cython-cmake>=0.2.2.