diff options
author | Marius Kintel <marius@kintel.net> | 2013-09-06 04:12:39 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-09-06 04:12:39 (GMT) |
commit | b53dde04e2a13c066cfa0c552fe5bd0cdd1b8dbd (patch) | |
tree | bde3a438440c14011b1d4ec292cb510d28921e3d /tests | |
parent | 7db45a878b29788ff846eac7dedede294836a1bc (diff) | |
parent | 31cb13b7ae3b5a7317df67d58eb59dd09c47e8a0 (diff) |
Merge pull request #471 from dmopalmer/mac_compile_2013.09
Mac Build update build to 2013-09 versions
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FindBoost.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/FindBoost.cmake b/tests/FindBoost.cmake index ea60354..681cb57 100644 --- a/tests/FindBoost.cmake +++ b/tests/FindBoost.cmake @@ -887,6 +887,8 @@ else(_boost_IN_CACHE) "$ENV{ProgramFiles}/boost/lib" "$ENV{ProgramFiles}/boost" /sw/local/lib + /opt/local/lib + /usr/local/lib ) set(_boost_LIBRARY_SEARCH_DIRS ${_boost_LIBRARY_SEARCH_DIRS_ALWAYS}) if( Boost_NO_SYSTEM_PATHS ) |