]> git.cworth.org Git - apitrace/commitdiff
Generate .tar.bz2 packages on Linux.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 6 Jun 2011 18:36:37 +0000 (19:36 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 6 Jun 2011 18:36:37 +0000 (19:36 +0100)
CMakeLists.txt

index 1ed92797dc5a90f219c580ef8db82a9bbf38da3a..5cf3ed87647a24d7a067f3a217865725d479e566 100755 (executable)
@@ -368,7 +368,7 @@ if (WIN32)
 elseif (APPLE)
     set (CPACK_GENERATOR "DragNDrop")
 else ()
-    set (CPACK_GENERATOR "TGZ")
+    set (CPACK_GENERATOR "TBZ2")
 endif ()
 
 include(CPack)