[Liblas-commits] hg-main-tree: Changed cmake's WITH_LIBLAS to
default to TRUE
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Apr 13 10:00:22 EDT 2011
details: http://hg.libpc.orghg-main-tree/rev/07cdaae4dbee
changeset: 547:07cdaae4dbee
user: Pete Gadomski <pete.gadomski at gmail.com>
date: Wed Apr 13 08:00:19 2011 -0600
description:
Changed cmake's WITH_LIBLAS to default to TRUE
The initial configure was failing since liblas is required by cmake
but by default libpc builds without it.
diffstat:
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 2b9203550cf5 -r 07cdaae4dbee CMakeLists.txt
--- a/CMakeLists.txt Tue Apr 12 15:11:31 2011 -0500
+++ b/CMakeLists.txt Wed Apr 13 08:00:19 2011 -0600
@@ -328,7 +328,7 @@
endif()
# LIBLAS support - optional, default=OFF
-set(WITH_LIBLAS FALSE CACHE BOOL "Choose if libLAS support should be built")
+set(WITH_LIBLAS TRUE CACHE BOOL "Choose if libLAS support should be built")
set(WITH_STATIC_LIBLAS FALSE CACHE BOOL "Choose if libLAS should be statically linked")
mark_as_advanced(WITH_STATIC_LIBLAS)
More information about the Liblas-commits
mailing list