From 7e0b44f8bdb1a8b35aab8340fdefc3cbe1730098 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 6 Jun 2011 19:36:37 +0100 Subject: [PATCH] Generate .tar.bz2 packages on Linux. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ed9279..5cf3ed8 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -368,7 +368,7 @@ if (WIN32) elseif (APPLE) set (CPACK_GENERATOR "DragNDrop") else () - set (CPACK_GENERATOR "TGZ") + set (CPACK_GENERATOR "TBZ2") endif () include(CPack) -- 2.43.0