rapids_cython_init
Added in version v24.02.00.
Perform standard initialization of any CMake build using scikit-build-core to create Python extension modules with Cython.
rapids_cython_init()
Note
Use of the rapids-cython component of rapids-cmake requires scikit-build-core. The behavior of the functions provided by this component is undefined if they are invoked outside of a build managed by scikit-build-core.
Result Variables
RAPIDS_CYTHON_INITIALIZED
will be set to TRUE.CYTHON_FLAGS
will be set to a standard set of a flags to pass to the command line cython invocation.