summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-07-18 15:28:48 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-07-18 15:28:48 +0200
commit1c99dd636e725ad8d439b22e05a51f8c53a03228 (patch)
treeaf548d0254008becb8558420c5ce6f9b634b4060 /src/CMakeLists.txt
parente8511cd473b2eff313bffb06e18be42c2cf5ef8a (diff)
downloaduca-1c99dd636e725ad8d439b22e05a51f8c53a03228.tar.gz
uca-1c99dd636e725ad8d439b22e05a51f8c53a03228.tar.bz2
uca-1c99dd636e725ad8d439b22e05a51f8c53a03228.tar.xz
uca-1c99dd636e725ad8d439b22e05a51f8c53a03228.zip
Add installation instructions and ignore git files
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e9d5ebc..f6a344b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -274,7 +274,7 @@ set(VERSION ${UCA_VERSION_STRING})
set(CPACK_GENERATOR "DEB;RPM;")
set(CPACK_SOURCE_GENERATOR "TGZ")
-set(CPACK_SOURCE_IGNORE_FILES "tags" ".bzr" ".swp")
+set(CPACK_SOURCE_IGNORE_FILES ".git" "tags" ".bzr" ".swp")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "libuca-${UCA_VERSION_STRING}" CACHE INTERNAL "tarball basename")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${UCA_VERSION_STRING}-${CMAKE_SYSTEM_PROCESSOR}")