Build the package without root permissions.

This commit is contained in:
Robin Davies
2023-05-01 23:12:44 -04:00
parent a04bcabe00
commit dfca8f3374
7 changed files with 14 additions and 9 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
cd build
cpack -G DEB -C Release -config CPackConfig.cmake
cd ..