-
|
When building nanobind via CMake we are getting this warning on macOS: As we have the GIL enables so the ft file is conditionally empty. Maybe nanobind should add a stub or not add it in cmake if it's not being used? |
Beta Was this translation helpful? Give feedback.
Answered by
wjakob
Jan 21, 2026
Replies: 1 comment 1 reply
-
|
The latter seems more elegant, as CMake knows whether free-threading is active. Could I ask you to make a PR for htis? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wjakob
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latter seems more elegant, as CMake knows whether free-threading is active. Could I ask you to make a PR for htis?