diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-02-06 13:45:30 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-02-06 13:45:30 -0800 |
commit | 50faa5cce07af2f052e2427a23997c86c947989f (patch) | |
tree | 9582b35d1a7c77eb2cf78ff90b94b7d29705fa71 /cmake | |
parent | 1b8958f5ec9b5bcde84cdd03a3e8a96b696f9485 (diff) | |
parent | 345c8ae7a10af95d4f26cd53bfa8c07765d749ca (diff) |
Merge branch 'maint'
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/GrPackage.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GrPackage.cmake b/cmake/Modules/GrPackage.cmake index a36ad91626..65fbcc3539 100644 --- a/cmake/Modules/GrPackage.cmake +++ b/cmake/Modules/GrPackage.cmake @@ -103,7 +103,7 @@ endfunction(CPACK_COMPONENT) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "GNU Radio - The GNU Software Radio") set(CPACK_PACKAGE_VENDOR "Free Software Foundation, Inc.") set(CPACK_PACKAGE_CONTACT "Discuss GNURadio <discuss-gnuradio@gnu.org>") -set(CPACK_PACKAGE_VERSION ${VERSION}) +string(SUBSTRING "${VERSION}" 1 -1 CPACK_PACKAGE_VERSION) set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/README) set(CPACK_RESOURCE_FILE_README ${CMAKE_SOURCE_DIR}/README) set(CPACK_RESOURCE_FILE_WELCOME ${CMAKE_SOURCE_DIR}/README) |