]> sigrok.org Git - pulseview.git/commitdiff
CPack: Only generate a .tar.gz file.
authorUwe Hermann <redacted>
Sat, 19 Jan 2013 22:15:21 +0000 (23:15 +0100)
committerUwe Hermann <redacted>
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

index db739fdae9d9091aba25411ffaad127d4ceeab2d..2659f5f151c4e68626a0f55b25adcf3d40162ef1 100644 (file)
@@ -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)