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
fix: collect min versions in CMakeLists.txt (#1128)
### Briefly, what does this PR introduce?
This defines all minimum dependency versions in one place, and uses them
in all find_package calls (or, in the case of Acts, immediately after
the find_package call).
### What kind of change does this PR introduce?
- [x] Bug fix (issue: duplication of version limits, absence of version
limits)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __
### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators
### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.
### Does this PR change default behavior?
No.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dmitry Kalinkin <[email protected]>
0 commit comments