Replies: 1 comment 6 replies
-
There is a nanobind-config.cmake:
but CMake does not find it, even when this package is installed via conda |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building a nanobind interface for nlohmann::json, the nanobind variant of pybind11_json. I cannot use all their tooling directly because the CMake config is not a part of the nanobind conda package. For pybind11 we have the necessary file here:
but the same
nanobindConfig.cmake
file does not exist for nanobind. Can you please add it?Beta Was this translation helpful? Give feedback.
All reactions