azmq icon indicating copy to clipboard operation
azmq copied to clipboard

Disable install targets in CMakeLists.txt

Open huberdavid opened this issue 2 years ago • 0 comments

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.

huberdavid avatar May 25 '23 11:05 huberdavid