aboutsummaryrefslogtreecommitdiff
path: root/cmake/macros
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2014-07-12 16:27:55 -0500
committerSubv <subv2112@gmail.com>2014-07-12 16:27:55 -0500
commit9ccce986617be91e31ae71814a2c57df34c86863 (patch)
treee81707a33e7ea745c79c4dfe56a5eee50df8f904 /cmake/macros
parent302169fd129c50930642b20f2c26dec9b9803b4f (diff)
Remove the need of manually declaring BOOST_ROOT in Linux systems if Boost was installed to the default locations
Diffstat (limited to 'cmake/macros')
-rw-r--r--cmake/macros/FindBoost.cmake2
1 files changed, 2 insertions, 0 deletions
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()