[Liblas-commits] hg: remove path that is specific to my setup from
search paths
liblas-commits at liblas.org
liblas-commits at liblas.org
Thu Jun 23 09:45:18 EDT 2011
details: http://hg.liblas.orghg/rev/bb767e0b1a1d
changeset: 2997:bb767e0b1a1d
user: Howard Butler <hobu.inc at gmail.com>
date: Thu Jun 23 08:44:54 2011 -0500
description:
remove path that is specific to my setup from search paths
Subject: hg: LASzip 2.0.0+ is now required for libLAS #233
details: http://hg.liblas.orghg/rev/d3f7e33c647d
changeset: 2998:d3f7e33c647d
user: Howard Butler <hobu.inc at gmail.com>
date: Thu Jun 23 08:45:13 2011 -0500
description:
LASzip 2.0.0+ is now required for libLAS #233
diffstat:
CMakeLists.txt | 2 +-
cmake/modules/FindLASzip.cmake | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r bcda4532b939 -r d3f7e33c647d CMakeLists.txt
--- a/CMakeLists.txt Thu Jun 23 08:19:41 2011 -0500
+++ b/CMakeLists.txt Thu Jun 23 08:45:13 2011 -0500
@@ -300,7 +300,7 @@
mark_as_advanced(WITH_STATIC_LASZIP)
if(WITH_LASZIP)
- find_package(LASzip 1.0.0)
+ find_package(LASzip 2.0.0)
if(LASZIP_FOUND)
set(CMAKE_REQUIRED_LIBRARIES ${LASZIP_LIBRARY})
diff -r bcda4532b939 -r d3f7e33c647d cmake/modules/FindLASzip.cmake
--- a/cmake/modules/FindLASzip.cmake Thu Jun 23 08:19:41 2011 -0500
+++ b/cmake/modules/FindLASzip.cmake Thu Jun 23 08:45:13 2011 -0500
@@ -43,7 +43,6 @@
PATHS
/usr/include
/usr/local/include
- /tmp/lasjunk/include
${OSGEO4W_ROOT_DIR}/include
NO_DEFAULT_PATH)
@@ -54,7 +53,6 @@
PATHS
/usr/lib
/usr/local/lib
- /tmp/lasjunk/lib
${OSGEO4W_ROOT_DIR}/lib)
IF(LASZIP_FOUND)
More information about the Liblas-commits
mailing list