Mercurial > trustbridge
diff CMakeLists.txt @ 1118:fd85a02d771d
(issue54) Implement a privilege drop to execute the program after installation.
This commit is extremly ugly as I accidentally worked in a
working tree that was partially merged with default.
To review the real change please check the commit that will
merge this branch into default.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 16 Sep 2014 19:45:19 +0200 |
parents | 1c1964c27b39 153af47456d0 |
children | 6950f08342bb |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Sep 16 11:45:32 2014 +0200 +++ b/CMakeLists.txt Tue Sep 16 19:45:19 2014 +0200 @@ -153,12 +153,7 @@ add_subdirectory(manuals) endif() -# Configure packaging script for testing -configure_file (packaging/win-createpackage.sh.in packaging/win-createpackage.sh @ONLY) -configure_file (packaging/create-dist-package.sh.in packaging/create-dist-package.sh @ONLY) -configure_file (packaging/linux-createpackage.sh.in packaging/linux-createpackage.sh @ONLY) -configure_file (packaging/linux-installer.inc.in packaging/linux-installer.inc @ONLY) -configure_file (packaging/linux-installer.l10n-de packaging/linux-installer.l10n-de COPYONLY) +add_subdirectory(packaging) if (ENABLE_PROFILING) configure_file (make-coverage.sh.in make-coverage.sh)