Remove the need of manually declaring BOOST_ROOT in Linux systems if Boost was installed to the default locations

This commit is contained in:
Subv
2014-07-12 16:27:55 -05:00
parent 302169fd12
commit 9ccce98661

View File

@@ -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()