summaryrefslogtreecommitdiffstats
path: root/Modules/FindBoost.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: it seems on some installations boost is installed under boost-1_34 ,Alexander Neundorf2008-01-101-0/+1
| | | | | | | | see #5030 FindBoost.cmake recommends using LINK_DIRECTORIES(), is this really good ? Alex
* BUG: fix for bug 5464 better find boost for windowsBill Hoffman2007-12-181-1/+1
|
* ENH: add second failure message parameter toAlexander Neundorf2007-07-231-19/+10
| | | | | | | | FIND_PACKAGE_HANDLE_STANDARD_ARGS(), so cmake modules can specify their own better failure messages. If the default is ok use "DEFAULT_MSG". Do this also for FindBoost.cmake (#5349) Alex
* ENH: Adding FindBoost.cmake module from Andrew Maclean. This addresses ↵Brad King2006-07-211-0/+157
bug#3447.