<br><br><div class="gmail_quote">On Thu, Nov 12, 2009 at 5:55 AM, Hendrik Sattler <span dir="ltr">&lt;<a href="mailto:post@hendrik-sattler.de">post@hendrik-sattler.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Zitat von Martin Peter Christiansen &lt;<a href="mailto:martin.p.christiansen@gmail.com" target="_blank">martin.p.christiansen@gmail.com</a>&gt;:<div class="im"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In &quot;C:\local\boost\lib&quot; I have<br>
- libboost_thread-vc90-mt.lib<br>
- libboost_thread-vc90-mt-gd-1_39.lib<br>
- libboost_thread-vc90-mt-gd.lib<br>
</blockquote>
<br></div>
MSVC libs usually do not have the lib... prefix. I am not sure if CMake does find them in this case.<br><font color="#888888">
<br></font></blockquote><div><br>The static MSVC libraries always have the lib prefix on Windows, the dynamic MSVC libraries do not.<br><br>You have to set this variable to enable searching for static libraries.<br><br>set(Boost_USE_STATIC_LIBS    ON)<br>
<br></div></div>-- <br>Philip Lowman<br>