View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007005CMakeCMakepublic2008-05-13 10:172008-07-03 15:54
ReporterNils Gladitz 
Assigned ToDouglas Gregor 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in VersionCMake-2-6 
Summary0007005: FindBoost.cmake does not look for headers in stage directory when $ENV{BOOST_ROOT} is set
DescriptionOn Windows the boost headers are not found when the environment variable BOOST_ROOT points to a boost stage directory (instead of a boost installation).

The headers are always contained in a directory called "boost".
In a boost installation this seems to be either:
"<BOOST_ROOT>\include\boost_-<VERSION>\boost" (working)
or
"<BOOST_ROOT>\include\boost" (working)
in a boost stage directory it is
"<BOOST_ROOT>\boost" (not working)
though.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0012616)
Douglas Gregor (developer)
2008-07-03 15:54

BOOST_ROOT should never point into a stage directory, but it can point into a Boost source tree (with a "stage" subdirectory that has built libraries in in). Recently-committed fixes to FindBoost in CMake CVS make this possible

 Issue History
Date Modified Username Field Change
2008-05-13 10:17 Nils Gladitz New Issue
2008-05-16 10:01 Bill Hoffman Status new => assigned
2008-05-16 10:01 Bill Hoffman Assigned To => Douglas Gregor
2008-07-03 15:54 Douglas Gregor Status assigned => closed
2008-07-03 15:54 Douglas Gregor Note Added: 0012616
2008-07-03 15:54 Douglas Gregor Resolution open => fixed
2008-07-03 15:54 Douglas Gregor Fixed in Version => CMake-2-6


Copyright © 2000 - 2018 MantisBT Team