<p>Which FindBoost are you using? I'm pretty sure I fixed this issue a while ago.</p>
<p><blockquote type="cite">On Nov 2, 2009 9:46 AM, "Mathieu Malaterre" <<a href="mailto:mathieu.malaterre@gmail.com">mathieu.malaterre@gmail.com</a>> wrote:<br><br>Hi there,<br>
<br>
I am wondering if I am missing something. I'd like to write:<br>
<br>
FIND_PACKAGE ( Boost COMPONENTS filesystem )<br>
<br>
However using a recent boost (1.40), it gives a linker error. So I<br>
need to write something like:<br>
<br>
FIND_PACKAGE ( Boost COMPONENTS filesystem system )<br>
<br>
but then it breaks compatibility with boost 1.34 (default package on<br>
one of my ubuntu machine). What is the synthetic way for writing this<br>
? I am linking to filesystem, I do not want to explicitely search for<br>
an implementation detail.<br>
<br>
Thanks,<br>
--<br>
Mathieu<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></p>