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

Specify project-level default version for targets #106

Open
GPMueller opened this issue Feb 16, 2020 · 0 comments
Open

Specify project-level default version for targets #106

GPMueller opened this issue Feb 16, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@GPMueller
Copy link
Contributor

GPMueller commented Feb 16, 2020

This would set the version for all targets specified by the project (not its subprojects).
The version could still be overridden target-wise, if needed.
E.g.,

[[subproject]]
    name = "boost"
    default_target_version = "boost-1.65.0"

[subproject.filesystem]
    target_type = "static library"
    url = "https://github.com/boostorg/filesystem"

[subproject.system]
    target_type = "static library"
    url = "https://github.com/boostorg/system"
    version = "boost-1.66.0"

# ...
@GPMueller GPMueller added the enhancement New feature or request label May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant