You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We use azmq as a submodule in our projetct. AZMQ header files are added to the cmake install targets in the following line:
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.
The text was updated successfully, but these errors were encountered: