Is your feature request related to a problem? Please describe.
On Linux system it's always easier and cleaner to install everything through the package manager, rather than "make install".
Describe the solution you'd like
The solution I would consider to be the best, since you're already using CMake, is using CPack to build .rpm & .deb files, using the "make package" command.
Describe alternatives you've considered
Alternatives I considered are, evidently, running "make install", or building those package myself. Those ways works, but the first one isn't that clean or recommended, while the second's only issue is not being "official", which would be a shame since it's quite easy to implement.
CMake & CPack documentation
Is your feature request related to a problem? Please describe.
On Linux system it's always easier and cleaner to install everything through the package manager, rather than "make install".
Describe the solution you'd like
The solution I would consider to be the best, since you're already using CMake, is using CPack to build .rpm & .deb files, using the "make package" command.
Describe alternatives you've considered
Alternatives I considered are, evidently, running "make install", or building those package myself. Those ways works, but the first one isn't that clean or recommended, while the second's only issue is not being "official", which would be a shame since it's quite easy to implement.
CMake & CPack documentation