Subject: Re: [boost] Build: Trying to get Boost.Build toseemyOpenSSLonWindows
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2016-10-07 14:51:35


On Fri, Oct 7, 2016 at 2:30 PM, Edward Diener <eldiener_at_[hidden]> wrote:
> I once asked on the CMake user's mailing list how CMake distinguishes
> between a 32-bit or a 64-bit package when the find_package command
> was used

Code distinguishing the library address model is here:
https://github.com/Kitware/CMake/blob/master/Modules/FindOpenSSL.cmake#L124

> I concluded...that CMake could not do so.

I tested it, and it works great for both 32 and 64 bit executable
targets. You do have to run both OpenSSL installers.