]> wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
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)
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.


No differences found