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

Disable install targets in CMakeLists.txt #204

Open
huberdavid opened this issue May 25, 2023 · 0 comments
Open

Disable install targets in CMakeLists.txt #204

huberdavid opened this issue May 25, 2023 · 0 comments

Comments

@huberdavid
Copy link

huberdavid commented May 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant