Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Sykes <rob@rob-Ideapad-S205.(none)>2013-01-09 01:21:21 +0400
committerRob Sykes <rob@rob-Ideapad-S205.(none)>2013-01-09 01:21:21 +0400
commit9fa5518c62f2f8ba73093ec8503b43bd0c6ea3fd (patch)
treefb784a42929aa3df492333cb1c5c77ea68b0ca2a
parent64fbed97706a1348b13bd9153933ebb42970312d (diff)
cmake for script to make dist. tarball
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebb9a0d..adb8ef9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -276,8 +276,8 @@ if (UNIX)
set (CPACK_PACKAGE_VERSION_MINOR "${PROJECT_VERSION_MINOR}")
set (CPACK_PACKAGE_VERSION_PATCH "${PROJECT_VERSION_PATCH}")
- set (CPACK_SOURCE_GENERATOR "TBZ2")
- set (CPACK_SOURCE_IGNORE_FILES "/lsr-tests/;/Debug/;/Release/;/cpack/;\\\\.swp$;\\\\.gitignore;/\\\\.git/")
+ set (CPACK_SOURCE_GENERATOR "TGZ")
+ set (CPACK_SOURCE_IGNORE_FILES "dist;/lsr-tests/;/Debug/;/Release/;/cpack/;\\\\.swp$;\\\\.gitignore;/\\\\.git/")
include (CPack)