mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 17:03:25 +00:00
Fix boost detection when boost is installed in /usr/local.
This commit is contained in:
parent
44280b5a9d
commit
7f5f9fb2b7
@ -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 "" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user