Issue
I need to create several different rpm's (deb's) (with different list of files) from one CMake project. What is the best way for this? Can some one suggest some project (CMakeList.txt) with such options?
Solution
You will want to use CPack.
Answered By - Hans