You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We previously used set(CYTHON_ANNOTATE TRUE) in src/h3/_cy/CMakeLists.txt to build Cython .html annotations, but I couldn't get that working when we migrated to pyproject.toml and scikit-build-core (#378).
We should revisit and see if we can get them building again.
The text was updated successfully, but these errors were encountered:
We previously used
set(CYTHON_ANNOTATE TRUE)
insrc/h3/_cy/CMakeLists.txt
to build Cython.html
annotations, but I couldn't get that working when we migrated topyproject.toml
andscikit-build-core
(#378).We should revisit and see if we can get them building again.
The text was updated successfully, but these errors were encountered: