On 11/28/2014 09:31 AM, Hannes Mezger wrote: > some applications only need the OpenSSL crypto library and want to avoid > linking against the SSL library, this is currently not possible. This > patch adds the variables OPENSSL_CRYPTO_LIBRARY and OPENSSL_SSL_LIBRARY > which are set to the respective library; this allows to be more specific > when linking against OpenSSL.
Thanks. Applied with minor tweaks: FindOpenSSL: Report crypto and ssl libraries separately http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=be9bec5d -Brad -- 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: http://public.kitware.com/mailman/listinfo/cmake-developers
