[Bug 453] New: One can not specify where boost headers are installed

For more infomation about this bug, visit
Summary: One can not specify where boost headers are installed
Product: RTT
Version: 1.2.1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build System
AssignedTo: orocos-dev [..] ...
ReportedBy: peter [dot] soetens [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

When boost is installed in a not standard location, one
can not specify with cmake where boost can be found, and
configuration of the build fails.

A cmake -DBOOST_INSTALL=/path/to/boost flag may be appropriate to fix this.

Peter

[Bug 453] One can not specify where boost headers are installed

For more infomation about this bug, visit

Peter Soetens
<peter [dot] soetens [..] ...> changed:

What |Removed |Added
--------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|--- |1.4.0

--- Comment #1 from Peter Soetens
<peter [dot] soetens [..] ...> 2007-10-29 15:03:30 ---
$ svn ci -m"Fix bug #453: One can not specify where boost headers are installed
> I added a BOOST_INSTALL directory option. Use -DBOOST_INSTALL=/opt/include for example.
> "
Sending config/check_depend.cmake
Transmitting file data .
Committed revision 28674.

As a side-note, you can use this option to piggy-back any include path into the
build system. The path is also included in the orocos-rtt-.pc file.