diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-29 23:22:21 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-29 23:22:21 (GMT) |
commit | 619ebce6cf2a0b03915387fb3c9bbd1cb39db795 (patch) | |
tree | f9af5d03d26d069359ff1c2ba9d4796943ba236f /CMakeLists.txt | |
parent | 16d126675d78861c9b40632d9b6196a126719598 (diff) | |
download | CMake-619ebce6cf2a0b03915387fb3c9bbd1cb39db795.zip CMake-619ebce6cf2a0b03915387fb3c9bbd1cb39db795.tar.gz CMake-619ebce6cf2a0b03915387fb3c9bbd1cb39db795.tar.bz2 |
ENH: Add NSIS options page for path selection, fix adding and removing from path, add welcome page and license page
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 88abe25..b29f1cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -239,6 +239,7 @@ IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "CMake is a build tool") SET(CPACK_PACKAGE_VENDOR "Kitware") SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/Copyright.txt") + SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/Copyright.txt") SET(CPACK_PACKAGE_VERSION_MAJOR "${CMake_VERSION_MAJOR}") SET(CPACK_PACKAGE_VERSION_MINOR "${CMake_VERSION_MINOR}") SET(CPACK_PACKAGE_VERSION_PATCH "${CMake_VERSION_PATCH}") |