[Liblas-commits] hg: 2 new changesets

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Jul 27 11:47:02 EDT 2010


changeset 5224c4ba9f65 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=5224c4ba9f65
summary: ignore more junk

changeset e503e02aacc3 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=e503e02aacc3
summary: no longer need to look for libspatialindex in any way

diffstat:

 .hgignore      |   2 ++
 CMakeLists.txt |  15 ---------------
 2 files changed, 2 insertions(+), 15 deletions(-)

diffs (35 lines):

diff -r f98607cfae91 -r e503e02aacc3 .hgignore
--- a/.hgignore	Tue Jul 27 10:25:30 2010 -0500
+++ b/.hgignore	Tue Jul 27 10:46:54 2010 -0500
@@ -92,3 +92,5 @@
 Testing/
 README.txt
 osgeo4w/
+test/data/Autzen_Stadium/
+DartConfiguration.tcl
\ No newline at end of file
diff -r f98607cfae91 -r e503e02aacc3 CMakeLists.txt
--- a/CMakeLists.txt	Tue Jul 27 10:25:30 2010 -0500
+++ b/CMakeLists.txt	Tue Jul 27 10:46:54 2010 -0500
@@ -216,21 +216,6 @@
     endif()
 endif()
 
-# Spatial Index support - optional, default=OFF
-set(WITH_SPATIALINDEX FALSE CACHE BOOL "Choose if SpatialIndex support should be built")
-
-if(WITH_SPATIALINDEX)
-    find_package(SpatialIndex 1.4.0)
-
-    if(SPATIALINDEX_FOUND)
-        include_directories(${SPATIALINDEX_INCLUDE_DIR})
-        if (IS_DIRECTORY ${SPATIALINDEX_INCLUDE_DIR}/spatialindex)
-            include_directories(${SPATIALINDEX_INCLUDE_DIR}/spatialindex)
-        endif()
-        add_definitions(-DHAVE_SPATIALINDEX=1)
-    endif()
-endif()
-
 # Oracle support - optional, default=OFF
 set(WITH_ORACLE FALSE CACHE BOOL "Choose if Oracle support should be built")
 


More information about the Liblas-commits mailing list