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

Feature Request : checking in partial boost trees. #79

Open
bryan-lunt opened this issue Feb 25, 2019 · 4 comments
Open

Feature Request : checking in partial boost trees. #79

bryan-lunt opened this issue Feb 25, 2019 · 4 comments

Comments

@bryan-lunt
Copy link

It would be great if we could use boost-cmake to download boost, identify which modules we need and then only check those modules into git.
Then future calls to cmake could use the boost tree that was in git instead of downloading all of boost anew.

@Orphis
Copy link
Owner

Orphis commented Feb 26, 2019

There is #75 to download Boost from the git repository that is experimental. Downloading just a subset is tricky though as you would need to know the exact list of repositories you need.

What is the real use case behind it?

@bryan-lunt
Copy link
Author

Well, I wasn't thinking of downloading only a subset. I was thinking of having it download all of it, but then you can check a subset into your git repo. boost-cmake would then see that the parts you are asking for already exist and abstain from downloading.

@Orphis
Copy link
Owner

Orphis commented Feb 27, 2019

Then, I think combining #75 and providing the fetch content source yourself, it would work. Can you give it a go maybe?

@bryan-lunt
Copy link
Author

I'll give it a try, eventually.

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

2 participants