Skip to content
  • Craig Scott's avatar
    project(): Ensure DESCRIPTION and HOMEPAGE_URL variables are set · f8a086a8
    Craig Scott authored
    If a project() call does not have DESCRIPTION or HOMEPAGE_URL
    options, it must still set the relevant variables or else those variables will
    inherit values from an earlier project() call. That is inconsistent with how
    VERSION is handled and is likely to be unexpected. The docs were also
    ambiguous about what should happen in such cases.
    f8a086a8