From febcbecbbf9632df25b834c24b942802b4e21198 Mon Sep 17 00:00:00 2001 From: w1z7ard Date: Tue, 18 Aug 2009 04:19:04 +0000 Subject: [PATCH] cpack support for projectm-qt git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1269 6778bc44-b910-0410-a7a0-be141de4315d --- src/projectM-qt/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/projectM-qt/CMakeLists.txt b/src/projectM-qt/CMakeLists.txt index 7919439c2..4fd867b2e 100644 --- a/src/projectM-qt/CMakeLists.txt +++ b/src/projectM-qt/CMakeLists.txt @@ -3,6 +3,14 @@ project(projectM-qt) # the name of your project cmake_minimum_required(VERSION 2.4.0) cmake_policy(SET CMP0005 OLD) +SET(CPACK_BINARY_RPM OFF) +#SET(CPACK_BINARY_Z OFF) +SET(CPACK_SOURCE_TGZ ON) +SET(CPACK_BINARY_TGZ ON) +#SET(CPACK_SOURCE_Z OFF) +SET(CPACK_PACKAGE_VERSION_MAJOR "2") +SET(CPACK_PACKAGE_VERSION_MINOR "0") +SET(CPACK_PACKAGE_VERSION_PATCH "0") include(FindPkgConfig.cmake) if (${CMAKE_PROJECT_NAME} MATCHES "PROJECTM_ROOT")