Hello all,<br><br>I have a library that depends on boost. One user of this library compiles only x32 version. Second user compiles x64. Third user compiles both x32 and x64.<br><br>First user has only x32 version of the boost in the BOOST_LIBRARYDIR. <br>
Second user only x64 version in the BOOST_LIBRARYDIR.<br>Third user has both x32 in the BOOST_LIBRARYDIR/x32 and x64 version in the BOOST_LIBRARYDIR/x64.<br><br>The question is how to configure boost to search BOOST_LIBRARYDIR/&lt;platform&gt; folder first then BOOST_LIBRARYDIR? <br>
BOOST_LIBRARYDIR does not support values list. Previous CMake 2.6 version used to support list of the values.<br><br>Thanks.<br><br clear="all"><br>-- <br>Dmytro Ovdiienko<br><br>