Hello, I&#39;m trying to work on creating a precompiled binary package for a project I&#39;m working on, and I was wondering if there was any way to configure CMake to select a folder based on whether or not the 64bit version of Visual studio was selected for the library path. The library path would be something similar to:<div>
<br></div><div>lib</div><div>|-vs8</div><div>|--x86</div><div>|--x64</div><div>|-vs9</div><div>|--x86</div><div>|--x64</div><div>|-vs10</div><div><div>|--x86</div><div>|--x64</div></div><div><br></div><div>Is there any flag I can use in my Find.cmake files in order select the library path based on if 64 bit or 32 bit is selected?</div>
<div><br></div><div>Thanks,</div><div>Peter</div>