Hi everyone,<br><br>I&#39;m trying to compile in Windows an app that I have been working on in Ubuntu for a while.<br><br>My problem is that FindBoost.cmake does not find my boost libraries even though they are in the system.<br>
<br>I have them compiled with the compiler &quot;vc71, vc80.....and so on&quot;<br><br>I indicate in my cmake file  to use : <br><br>  SET (BOOST_LIB_PREFIX &quot;lib&quot;)<br>  SET (BOOST_COMPILER &quot;-vc71&quot;) //tried the other compilers as well.<br>
<br>FindBoost finds my boost directory but it does not find the libraries. The libraries look like this : libboost_filesystem-vcXX-mt-1_47 , boost_filesystem-vcXX-mt-1_47 and libboost_filesystem-vcXX-mt-1_47.dll<br><br>It looks like it is a problem that can be fixed modifying some boost variables like prefixes or suffixes but I have tried some combinations and didn&#39;t come up with a solution that works<br>
<br>Any kind of help would be appreciated.<br><br>Thanks<br><br>Regards<br><br>Jose<br><br><br>