-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Enable CPack #843
Copy link
Copy link
Closed
Labels
CmakeCmake related submissionsCmake related submissionsfeature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue
Description
Activity
Metadata
Metadata
Assignees
Labels
CmakeCmake related submissionsCmake related submissionsfeature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue
In our project, we use the following local patch:
After this, I can
$ cd <builddir> ; make; cpack -G RPMon a RedHat-like system or
$ cd <builddir> ; make; cpack -G DEBon a Debian-like system, to create an installable package file.
It would be nice to have this by default, with proper values for the CMake variables, of course.