[Liblas-commits] hg: 2 new changesets
liblas-commits at liblas.org
liblas-commits at liblas.org
Sat Aug 21 16:31:08 EDT 2010
changeset bcb1d1f02e89 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=bcb1d1f02e89
summary: make 1.41 or higher required
changeset fa2a19e7e146 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=fa2a19e7e146
summary: make 1.41 or higher required
diffstat:
CMakeLists.txt | 2 +-
doc/compilation.txt | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 7b1e720b4f17 -r fa2a19e7e146 CMakeLists.txt
--- a/CMakeLists.txt Sat Aug 21 15:26:15 2010 -0500
+++ b/CMakeLists.txt Sat Aug 21 15:31:01 2010 -0500
@@ -120,7 +120,7 @@
# Boost C++ Libraries support - required
message(STATUS "Searching for Boost 1.38+ - done")
-find_package(Boost 1.38 COMPONENTS program_options REQUIRED)
+find_package(Boost 1.41 COMPONENTS program_options REQUIRED)
if(Boost_FOUND AND Boost_PROGRAM_OPTIONS_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
diff -r 7b1e720b4f17 -r fa2a19e7e146 doc/compilation.txt
--- a/doc/compilation.txt Sat Aug 21 15:26:15 2010 -0500
+++ b/doc/compilation.txt Sat Aug 21 15:31:01 2010 -0500
@@ -63,6 +63,9 @@
CMake cannot find it in a default location. Additionally, set ``Boost_LIBRARY_DIRS``
if it cannot find your libraries.
+.. warning::
+ You need Boost version 1.41.0 or higher to build libLAS 1.6.
+
.. note::
If you are building on Windows, http://www.boostpro.com/download/ has
More information about the Liblas-commits
mailing list