[DOC] rapids_cython_create_modules()
should document the fact that it reads CYTHON_FLAGS
#721
Labels
rapids_cython_create_modules()
should document the fact that it reads CYTHON_FLAGS
#721
rapids_cython_create_modules()
inspects the variableCYTHON_FLAGS
. It's not obvious that this specific variable is consulted.This should probably be documented, or perhaps exposed as an additional argument to
rapids_cython_create_modules()
. I guess it is supposed to mimic theCMAKE_CXX_FLAGS
and friends. But if that is the case, the user might expect to set e.g.CMAKE_CYTHON_FLAGS
orCMAKE_CYTHON_FLAGS_DEBUG
.The text was updated successfully, but these errors were encountered: