I have a project for a client/server application and I have defined one installation component for each.
I use set(CPACK_ARCHIVE_COMPONENT_INSTALL ON)
in order to get two different package files when I run make package
. But I don't get different make targets for each. So in order to get the client installation package I get the server application compiled and packaged too.
Is there a simple way to get the packaging for one single component?