[Liblas-commits] hg: remove the libxml cmake config, which has never been used

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Jun 23 10:53:27 EDT 2011


details:   http://hg.liblas.orghg/rev/bc17a199464d
changeset: 2999:bc17a199464d
user:      Howard Butler <hobu.inc at gmail.com>
date:      Thu Jun 23 09:53:22 2011 -0500
description:
remove the libxml cmake config, which has never been used

diffstat:

 CMakeLists.txt |  14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diffs (24 lines):

diff -r d3f7e33c647d -r bc17a199464d CMakeLists.txt
--- a/CMakeLists.txt	Thu Jun 23 08:45:13 2011 -0500
+++ b/CMakeLists.txt	Thu Jun 23 09:53:22 2011 -0500
@@ -193,20 +193,6 @@
 link_directories(${Boost_LIBRARY_DIRS}) 
 
 
-	
-# libxml2 support - optional, default=ON
-set(WITH_LIBXML2 FALSE CACHE BOOL "Choose if libxml2 support should be built ")
-
-if(WITH_LIBXML2)
-    find_package(LibXml2)
-    mark_as_advanced(CLEAR LIBXML2_INCLUDE_DIR)
-    mark_as_advanced(CLEAR LIBXML2_LIBRARIES)
-    if(LIBXML2_FOUND)
-        include_directories(${LIBXML2_INCLUDE_DIR})
-        add_definitions(-DHAVE_LIBXML2=1)
-    endif()
-endif()
-
 # GDAL/OGR support - optional, default=OFF
 set(WITH_GDAL FALSE CACHE BOOL "Choose if GDAL support should be built")
 


More information about the Liblas-commits mailing list