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
+4 -3
View File
@@ -72,9 +72,10 @@ install(CODE
]]
)
install(
CODE "execute_process(COMMAND ${CMAKE_INSTALL_PREFIX}/bin/pipedalconfig --install)"
)
# Should be done by install.sh instead of here so that we can build the package without root permissions.
# install(
# CODE "execute_process(COMMAND ${CMAKE_INSTALL_PREFIX}/bin/pipedalconfig --install)"
# )
set(CPACK_GENERATOR "DEB")