OK, now, the only problem, partially adressed by Andreas, is the library suffix... On Debian it is gcc-1_33-whatever and on FC5, there is none...<br>perhaps a test can do it, but it would depend on the current version of Boost, the compiler, ...
<br><br><div><span class="gmail_quote">On 10/17/06, <b class="gmail_sendername">Brad King</b> &lt;<a href="mailto:brad.king@kitware.com">brad.king@kitware.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You need to call<br><br>FIND_PACKAGE(Boost)<br><br>not<br><br>FIND_PACKAGE(BOOST)<br><br>Package names are case sensitive.<br><br>-Brad<br></blockquote></div><br>