From 6a2d65c6d77476d4824d0c822f02e5440aa61663 Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Fri, 29 Aug 2014 18:55:17 -0600 Subject: [PATCH] Switching to bzip2 for Linux packages. The resulting packages tend to be about 10% smaller than gzip. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbe8f477d..87a38fa43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -182,7 +182,7 @@ IF(UNIX) if(APPLE) SET(CPACK_GENERATOR "ZIP") else() - SET(CPACK_GENERATOR "TGZ") + SET(CPACK_GENERATOR "TBZ2") endif() ELSEIF(WIN32) SET(CPACK_GENERATOR "ZIP")