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?
-- Andrew Bell andrew.bell...@gmail.com
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake