Fix boost detection when boost is installed in /usr/local.

This commit is contained in:
Moritz Göbelbecker 2008-05-22 15:17:31 +00:00
parent 44280b5a9d
commit 7f5f9fb2b7

View File

@ -171,12 +171,14 @@ ELSE (_boost_IN_CACHE)
# cdrom inserted it will popup a very annoying dialog
#D:/boost/include
/sw/local/include
/usr/local/include
)
SET(_boost_LIBRARIES_SEARCH_DIRS
C:/boost/lib
"C:/Program Files/boost/boost_${Boost_REQUIRED_VERSION}/lib"
/sw/local/lib
/usr/local/lib
)
IF( NOT $ENV{Boost_ROOT} STREQUAL "" )