Description: Missing BOOST component added, to avoid failure on some archs
Bug-Debian: http://bugs.debian.org/733282
Applied-Upstream: https://github.com/libLAS/libLAS/commit/59709b36d80bf48c5463c009e9c5ff251f398e33
Forwarded: Howard Butler
Author: Aurelien Jarno <aurel32@debian.org>
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -181,7 +181,7 @@ if(WIN32)
 endif(WIN32)
 
 # NOTE: Add iostreams to COMPONENTS list to enable bigfile_boost_iostreams_test
-find_package(Boost 1.38 COMPONENTS program_options thread REQUIRED)
+find_package(Boost 1.38 COMPONENTS program_options thread system REQUIRED)
 
 if(Boost_FOUND AND Boost_PROGRAM_OPTIONS_FOUND)
   include_directories(${Boost_INCLUDE_DIRS})
