[Liblas-commits] hg: clean up construction

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Jan 3 13:08:06 EST 2011


details:   http://hg.liblas.orghg/rev/b1d8449c6869
changeset: 2668:b1d8449c6869
user:      Howard Butler <hobu.inc at gmail.com>
date:      Mon Jan 03 12:08:00 2011 -0600
description:
clean up  construction

diffstat:

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

diffs (16 lines):

diff -r 1136cca0edb7 -r b1d8449c6869 CMakeLists.txt
--- a/CMakeLists.txt	Mon Jan 03 11:25:58 2011 -0600
+++ b/CMakeLists.txt	Mon Jan 03 12:08:00 2011 -0600
@@ -400,9 +400,10 @@
 SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
 
 
+
 set(CPACK_SOURCE_PACKAGE_FILE_NAME
-  "${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
-
+  "${CMAKE_PROJECT_NAME}-${VERSION}")
+  
 list(APPEND CPACK_SOURCE_IGNORE_FILES "/test/data/TO_core_last_zoom.las")
 list(APPEND CPACK_SOURCE_IGNORE_FILES "_CPack_Packages")
 list(APPEND CPACK_SOURCE_IGNORE_FILES ".gz")


More information about the Liblas-commits mailing list