Specify different Boost location in CMakeLists.txt
Hi,
For a bunch of reasons (compatibility and functionality), I need to be able to specify a different location for the Boost headers.
So, instead of /usr/include
, (default) I want rosmake to look FIRST in /my/example/path
for inclusions of the style #include <boost/someheader.hpp>
How can I do this???
Thanks a lot in advance!