Skip to content

Is local ? #590

@Arniiiii

Description

@Arniiiii

pkgname_ADDED shows if the package is added in a iteration of CPMAddPackage (or CPMFindPackage) of the same package and currently works in next way:

  • if first iteration:
    • if local : pkgname_ADDED STREQUAL ""
    • if downloaded: pkgname_ADDED STREQUAL "YES"
  • if second or any later iteration:
    • pkgname_ADDED STREQUAL "NO"

This can be useful. Though, I need to understand in later iterations if the package is local or not.

I propose to add pkgname_LOCAL variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions