[Liblas-commits] laszip: update CPACK_SOURCE_IGNORE_FILES

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Apr 5 11:24:24 EDT 2011


details:   http://hg.liblas.orglaszip/rev/773eb823de9f
changeset: 205:773eb823de9f
user:      Howard Butler <hobu.inc at gmail.com>
date:      Tue Apr 05 10:24:20 2011 -0500
description:
update CPACK_SOURCE_IGNORE_FILES

diffstat:

 CMakeLists.txt |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 89e70ffd0714 -r 773eb823de9f CMakeLists.txt
--- a/CMakeLists.txt	Tue Apr 05 09:50:55 2011 -0500
+++ b/CMakeLists.txt	Tue Apr 05 10:24:20 2011 -0500
@@ -142,9 +142,9 @@
 list(APPEND CPACK_SOURCE_IGNORE_FILES "bin")
 list(APPEND CPACK_SOURCE_IGNORE_FILES "hobu-config.bat")
 list(APPEND CPACK_SOURCE_IGNORE_FILES "unused")
-# list(APPEND CPACK_SOURCE_IGNORE_FILES ".zip")
-list(APPEND CPACK_SOURCE_IGNORE_FILES ".hg")
-# 
+
+
+
 list(APPEND CPACK_SOURCE_IGNORE_FILES "CMakeCache.txt")
 # 
 # list(APPEND CPACK_SOURCE_IGNORE_FILES "CPackConfig.cmake")


More information about the Liblas-commits mailing list