7 Oct
2016
7 Oct
'16
6:51 p.m.
On Fri, Oct 7, 2016 at 2:30 PM, Edward Diener
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.