projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c435f37
)
CPack: Only generate a .tar.gz file.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 19 Jan 2013 22:15:21 +0000
(23:15 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 19 Jan 2013 22:17:36 +0000
(23:17 +0100)
We don't need the tarball as additional *.tar.bz2 and .tar.Z files.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index db739fdae9d9091aba25411ffaad127d4ceeab2d..2659f5f151c4e68626a0f55b25adcf3d40162ef1 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-213,6
+213,7
@@
set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_CURRENT_SOURCE_DIR}/COPYING)
set(CPACK_SOURCE_IGNORE_FILES ${CMAKE_CURRENT_BINARY_DIR} ".gitignore" ".git")
set(CPACK_SOURCE_PACKAGE_FILE_NAME
"${CMAKE_PROJECT_NAME}-${PV_VERSION_MAJOR}.${PV_VERSION_MINOR}.${PV_VERSION_MICRO}")
+set(CPACK_SOURCE_GENERATOR "TGZ")
include(CPack)