[Liblas-commits] hg: [cmake] las2oci also depends on GDAL not only on Oracle libr...

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Jan 7 19:57:01 EST 2010


changeset 0a7495fd3915 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=0a7495fd3915
summary: [cmake] las2oci also depends on GDAL not only on Oracle libraries

diffstat:

 apps/CMakeLists.txt |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c66c7b4d575c -r 0a7495fd3915 apps/CMakeLists.txt
--- a/apps/CMakeLists.txt	Fri Jan 08 00:48:56 2010 +0000
+++ b/apps/CMakeLists.txt	Fri Jan 08 00:56:53 2010 +0000
@@ -29,7 +29,7 @@
     SET(LASINDEX lasindex)
 ENDIF()
 
-IF(ORACLE_FOUND)
+IF(ORACLE_FOUND AND GDAL_FOUND)
     SET(LAS2OCI las2oci)
 ENDIF()
 


More information about the Liblas-commits mailing list