From 9ccce986617be91e31ae71814a2c57df34c86863 Mon Sep 17 00:00:00 2001 From: Subv Date: Sat, 12 Jul 2014 16:27:55 -0500 Subject: [PATCH] Remove the need of manually declaring BOOST_ROOT in Linux systems if Boost was installed to the default locations --- cmake/macros/FindBoost.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/macros/FindBoost.cmake b/cmake/macros/FindBoost.cmake index 12dc4f0f67b..90bba26db70 100644 --- a/cmake/macros/FindBoost.cmake +++ b/cmake/macros/FindBoost.cmake @@ -580,6 +580,8 @@ if(NOT Boost_INCLUDE_DIR) C:/boost/include C:/boost /sw/local/include + /usr/local/include/boost + /usr/include/boost ) endif()