<div dir="ltr">I have a system-provided SSL and I have a newer one that I have installed via a packaging system.  In my build system I have: find_package(OPENSSL 1.1) .  This properly finds the version 1.1 header files for openSSL, but it finds the incompatible system libraries, which are older than version 1.1.  A look at FindOpenSSL.cmake makes it seem as if the version is used when finding the header files, but not the libraries.  Other than overriding cache entries, is there a way to fix the FindOpenSSL.cmake that would solve the problem?  Other suggestions?<div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div></div></div>