[Liblas-commits] laszip: typo for CPACK_PACKAGE_VERSION_PATCH
liblas-commits at liblas.org
liblas-commits at liblas.org
Tue Apr 5 10:51:02 EDT 2011
details: http://hg.liblas.orglaszip/rev/89e70ffd0714
changeset: 204:89e70ffd0714
user: Howard Butler <hobu.inc at gmail.com>
date: Tue Apr 05 09:50:55 2011 -0500
description:
typo for CPACK_PACKAGE_VERSION_PATCH
diffstat:
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9804a2b7dbff -r 89e70ffd0714 CMakeLists.txt
--- a/CMakeLists.txt Tue Apr 05 08:38:35 2011 -0500
+++ b/CMakeLists.txt Tue Apr 05 09:50:55 2011 -0500
@@ -126,7 +126,7 @@
# Version information
SET(CPACK_PACKAGE_VERSION_MAJOR ${LASZIP_VERSION_MAJOR})
SET(CPACK_PACKAGE_VERSION_MINOR ${LASZIP_VERSION_MINOR})
-SET(CPACK_PACKAGE_VERSION_PATCH ${LASZIP_VERSION_MINOR})
+SET(CPACK_PACKAGE_VERSION_PATCH ${LASZIP_VERSION_REVISION})
SET(OSGEO4W_UPSTREAM_RELEASE "1")
SET(CPACK_SOURCE_GENERATOR "TGZ;ZIP")
More information about the Liblas-commits
mailing list