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
In some circumstances, the cmake build will do a git submodule add https://github.com/pybind/pybind11 in the src/python folder. (See src/python/CMakeLists.txt)
I would expect the cmake build to normally only change files in the build folder (and not to stage changes in git).
The text was updated successfully, but these errors were encountered:
In some circumstances, the cmake build will do a
git submodule add https://github.com/pybind/pybind11
in thesrc/python
folder. (See src/python/CMakeLists.txt)I would expect the cmake build to normally only change files in the build folder (and not to stage changes in git).
The text was updated successfully, but these errors were encountered: