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

Add package lock #121

Merged
merged 8 commits into from
May 27, 2020
Merged

Add package lock #121

merged 8 commits into from
May 27, 2020

Conversation

TheLartians
Copy link
Member

@TheLartians TheLartians commented May 27, 2020

The package lock makes it easier to override transitive dependencies and is a first step towards #99.

Usage

After including CPM.cmake, call CPMUsePackageLock(package-lock.cmake) to include package-lock.cmake, if it exists. This file can be created and updated using the target cpm-update-package-lock. Note that it should be added to version control.

TODO

  • implement package-lock
  • add tests
  • add documentation

@TheLartians TheLartians changed the title [WIP] Add package lock creation [WIP] Add package lock May 27, 2020
@TheLartians TheLartians changed the title [WIP] Add package lock Add package lock May 27, 2020
@TheLartians TheLartians merged commit 4aeea1d into master May 27, 2020
@TheLartians TheLartians deleted the package-lock branch May 27, 2020 17:07
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

Successfully merging this pull request may close these issues.

1 participant