Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake build changes source folders and then stages those changes in git #33

Open
johnnonweiler opened this issue Dec 15, 2020 · 2 comments

Comments

@johnnonweiler
Copy link
Collaborator

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).

@makeclean
Copy link
Collaborator

makeclean commented Dec 15, 2020 via email

@qingfengxia
Copy link
Collaborator

if pybind11 is not found, it will download somehow.

I will change this soon later, by just git clone download to somewhere like third-party folder,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants