Hi,<div><br></div><div>I have built Boost 1.39 on Windows with static libraries, and they are named like so:</div><div><br></div><div>libboost_filesystem-mt.lib</div><div><br></div><div>When I try to do this:</div><div><br>
</div><div>find_package( Boost REQUIRED COMPONENTS filesystem )</div><div><br></div><div>I get an error saying it could not find boost_filesystem. If I rename the above library and remove the &#39;lib&#39; prefix, so it is just &quot;boost_filesystem-mt.lib&quot;, it finds it. Does the FindBoost.cmake module not support the lib prefix on Windows? This might be an inconsistency on Boost&#39;s part.</div>