CMake/Utilities/cmlibarchive
Kolan Sh f24da8903c Make NSIS uninstaller filename (Uninstall.exe) customizable.
When we have to generate two different setup packages
from the same project (modules, libraries, data-files, etc...)
we want to have opportunity to install/update/delete them independently.
But the later installed package would overwrite the 'Uninstall.exe'.
This patch fixes the issue by customizing uninstaller name:
set (CPACK_UNINSTALL_NAME "My Custom Uninstaller Name")
before directive
include (CPack).
2013-11-19 18:47:25 +04:00
..
build libarchive: Backport to CMake 2.8.2 2013-07-31 08:22:15 -04:00
libarchive libarchive: Avoid struct init with variable 2013-07-31 08:20:24 -04:00
.gitattributes libarchive: Set .gitattributes to allow trailing whitespace 2012-01-05 09:02:01 -05:00
CMakeLists.txt Make NSIS uninstaller filename (Uninstall.exe) customizable. 2013-11-19 18:47:25 +04:00
COPYING Merge branch 'libarchive-upstream' into update-libarchive 2011-12-20 11:54:25 -05:00
CTestConfig.cmake Merge branch 'libarchive-upstream' into update-libarchive 2011-12-20 11:54:25 -05:00
README-CMake.txt libarchive: Update README-CMake.txt for new snapshot 2013-07-31 08:19:48 -04:00