MantisBT - CMake
View Issue Details
0005131CMakeModulespublic2007-06-05 07:042008-07-03 16:04
Gonzalo Garramuno 
Bill Hoffman 
highminoralways
closedduplicate 
 
 
0005131: CMake doesn't find Boost on Windows
Boost1.34, besides a source distribution, is distributed in binary form with an NSIS windows installer for MS Windows. See:
http://www.boost-consulting.com/products/free [^]

This installer will place boost in: %PROGRAMFILES%\boost\boost_1_34_0

and the directory structure will be slightly different than when installed from source. Includes will be found inside boost/ instead of include/.

This makes the current FindBoost.cmake to fail.
No tags attached.
duplicate of 0004881closed Bill Hoffman FindBoost.cmake doesn't find boost installed by package from Boost Consulting. 
? FindBoost.cmake (6,616) 1969-12-31 19:00
https://public.kitware.com/Bug/file/1022/FindBoost.cmake
diff findboost.diff (356) 2008-06-11 10:47
https://public.kitware.com/Bug/file/1528/findboost.diff
Issue History
2007-08-23 14:06Alex NeundorfCategoryCMake => Modules
2008-04-22 13:35Douglas GregorRelationship addedduplicate of 0004881
2008-06-11 10:47Marius KintelFile Added: findboost.diff
2008-06-11 10:48Marius KintelNote Added: 0012317
2008-07-03 16:04Douglas GregorStatusassigned => closed
2008-07-03 16:04Douglas GregorNote Added: 0012617
2008-07-03 16:04Douglas GregorResolutionopen => duplicate

Notes
(0007805)
Gonzalo Garramuno   
2007-06-05 07:14   
I've attached a fixed FindBoost.cmake file.
(0012317)
Marius Kintel   
2008-06-11 10:48   
Attached findboost.diff, which should fix/improve this for cmake-2.6.
(0012617)
Douglas Gregor   
2008-07-03 16:04   
Duplicate of 0004881. I'm looking into that bug right now.