diff options
author | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-13 23:59:57 +0800 |
---|---|---|
committer | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-13 23:59:57 +0800 |
commit | dc4e7ec5411767d1034681dc5e06f09812c028e0 (patch) | |
tree | 82a3dee3dad10b49e9101941b7d406a42eb32ddf /CMakeLists.txt | |
parent | dfc3fbeb1562db0113c4238122ebd9217e43d32b (diff) | |
download | zcomp-dc4e7ec5411767d1034681dc5e06f09812c028e0.tar.gz zcomp-dc4e7ec5411767d1034681dc5e06f09812c028e0.tar.bz2 |
Add compiz_add_git_dist macro to CompizCommon
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1ae281..67d8c9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,14 +103,9 @@ add_subdirectory (src) add_subdirectory (xslt) add_subdirectory (plugins) -set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${VERSION}) -add_custom_target(dist - COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD - | bzip2 > ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2 - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) - compiz_package_generation ("Compiz") compiz_add_uninstall () +compiz_add_git_dist () _print_configure_results () |