On 08/14/2016 01:58 PM, Alexander Lamaison wrote:
> This patch updates FindOpenSSL.cmake to include the necessary system
> libs in the OpenSSL libraries variables and in the OpenSSL::Crypto and
> OpenSSL::SSL target properties.

Thanks.  The singluar-named OPENSSL_{SSL,CRYPTO}_LIBRARY variables
are meant just to hold the specific library files (i.e. the result
of one find_library call).  Instead of placing the dependencies
directly in them we should have other (internal) variables to hold
them.  That will also avoid duplicating conditions for filling in
the imported target information.

-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

Reply via email to