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

Fast skip dependencies #566

Open
artiomn opened this issue Jun 14, 2024 · 0 comments
Open

Fast skip dependencies #566

artiomn opened this issue Jun 14, 2024 · 0 comments

Comments

@artiomn
Copy link

artiomn commented Jun 14, 2024

One of the CPM problem - slowing down the build on the developer's machine.
Even if I didn't edit CMakeLists, CPM is checking dependencies.

But usually dependencies doesn't change often.

Maybe it's possible to skip full-checking dependencies, if they was already downloaded and nothing changed in the description?
And use add_subdirectory() only to add dependencies?

Probably this is implemented already, but not in the obvious way.

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

1 participant