Skip to content

Disable install targets in CMakeLists.txt #204

@huberdavid

Description

@huberdavid

We use azmq as a submodule in our projetct. AZMQ header files are added to the cmake install targets in the following line:

# install the public headers
install(DIRECTORY azmq DESTINATION include)

When using the cpack packager, it encapsulates these header files with our package unintentionally. We need to have an option that can disable install targets for azmq.

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