Skip to content

Install metadata (exported targets, etc.) is broken #50

@BrendanDrewDaqri

Description

@BrendanDrewDaqri

Specific platforms where I have problems: OS X (El Capitan, XCode 7.3.1). The generated exports capture include locations and libraries for Calibu's dependencies, but not for Calibu itself. There are also several warnings that are generated. FWIW, I find the following fragments helpful when doing install / export targets (for each exported library / "module"):

install(TARGETS systemModuleName
        EXPORT systemTargets
        ARCHIVE DESTINATION lib
        LIBRARY DESTINATION lib
        COMPONENT module)

install(EXPORT systemTargets
        FILE systemTargets.cmake
        COMPONENT module
        NAMESPACE system::
        DESTINATION cmake)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions