]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Switch to using OpenSSL target names in CMakeLists.txt
authorRichard Levitte <richard@levitte.org>
Wed, 18 Aug 2021 07:12:40 +0000 (09:12 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Wed, 18 Aug 2021 08:33:38 +0000 (11:33 +0300)
commit36c50fa58c3cc1c5a30fd94aad77490e44abf022
treef2102bae6469034e2d0f7c61e588b4d91319f0d7
parent7ca9b827135b90cfc2567058b56325a518a3d57a
Switch to using OpenSSL target names in CMakeLists.txt

Cmake 3.0 was a switch to using targets and properties rather than
variables when linking different components together.
We follow that philosophy by dropping ${OPENSSL_CRYPTO_LIBRARIES} and
${OPENSSL_SSL_LIBRARIES} in favor of OpenSSL::Crypto and OpenSSL::SSL.
CMakeLists.txt