[Liblas-commits] hg: don't ignore files with zip in their name or
we loose the di...
liblas-commits at liblas.org
liblas-commits at liblas.org
Sun Jan 9 14:19:17 EST 2011
details: http://hg.liblas.orghg/rev/3882cfa78410
changeset: 2713:3882cfa78410
user: Howard Butler <hobu.inc at gmail.com>
date: Sun Jan 09 13:19:11 2011 -0600
description:
don't ignore files with zip in their name or we loose the dist building of zippoint and friends
diffstat:
CMakeLists.txt | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 061291b7e830 -r 3882cfa78410 CMakeLists.txt
--- a/CMakeLists.txt Sat Jan 08 07:38:16 2011 -0600
+++ b/CMakeLists.txt Sun Jan 09 13:19:11 2011 -0600
@@ -413,7 +413,6 @@
list(APPEND CPACK_SOURCE_IGNORE_FILES "_CPack_Packages")
list(APPEND CPACK_SOURCE_IGNORE_FILES ".gz")
list(APPEND CPACK_SOURCE_IGNORE_FILES ".bz2")
-list(APPEND CPACK_SOURCE_IGNORE_FILES ".zip")
list(APPEND CPACK_SOURCE_IGNORE_FILES ".hg")
list(APPEND CPACK_SOURCE_IGNORE_FILES "README")
list(APPEND CPACK_SOURCE_IGNORE_FILES "HOWTORELEASE.txt")
More information about the Liblas-commits
mailing list