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?
I need to create several different rpm’s (deb’s) (with different list of files) from
Share
You will want to use CPack.