[Liblas-commits] hg: set NO_DEFAULT_PATH and only look in these
locations for LAS...
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Feb 21 15:24:15 EST 2011
details: http://hg.liblas.orghg/rev/395e5c0ee347
changeset: 2881:395e5c0ee347
user: Howard Butler <hobu.inc at gmail.com>
date: Mon Feb 21 15:21:42 2011 -0500
description:
set NO_DEFAULT_PATH and only look in these locations for LASzip includes
diffstat:
cmake/modules/FindLASzip.cmake | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 82696a7c496c -r 395e5c0ee347 cmake/modules/FindLASzip.cmake
--- a/cmake/modules/FindLASzip.cmake Mon Feb 21 13:45:04 2011 -0600
+++ b/cmake/modules/FindLASzip.cmake Mon Feb 21 15:21:42 2011 -0500
@@ -44,7 +44,8 @@
/usr/include
/usr/local/include
/tmp/lasjunk/include
- ${OSGEO4W_ROOT_DIR}/include)
+ ${OSGEO4W_ROOT_DIR}/include
+ NO_DEFAULT_PATH)
SET(LASZIP_NAMES ${OSGEO4W_IMPORT_LIBRARY} laszip)
More information about the Liblas-commits
mailing list