From: Uwe Hermann Date: Sat, 19 Jan 2013 22:15:21 +0000 (+0100) Subject: CPack: Only generate a .tar.gz file. X-Git-Tag: pulseview-0.1.0~146 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=1d2fb87d9e2ba045c11456e92ee673ac7e7af594;hp=c435f37ff6e5248f1264c118fdc0bb4931f08c29 CPack: Only generate a .tar.gz file. We don't need the tarball as additional *.tar.bz2 and .tar.Z files. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index db739fda..2659f5f1 100644 --- 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)