summaryrefslogtreecommitdiffstats
path: root/Modules/FindBoost.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fix FindBoost version variable names to correct bug in Boost version ↵Douglas Gregor2008-05-101-9/+9
| | | | detection
* BUG: don't use CMAKE_MINIMUM_REQUIRED() in find modules, it can change theAlexander Neundorf2008-04-261-1/+5
| | | | | | | policy settings done in the projects cmake files (and it doesn't make sense since it is always part of the correct cmake version) Alex
* ENH: FindBoost always sets Boost_LIBRARY_DIRS when it finds the Boost librariesDouglas Gregor2008-04-221-1/+2
|
* ENH: Integrated FindBoost improvements changes from Andreas Pakulat, Mike ↵Douglas Gregor2008-04-221-137/+554
| | | | Jackson, and myself
* 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.