Wednesday, November 17, 2021

[SOLVED] What is the best way of creating several rpm's (deb's) packages in one CMake project?

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