]> 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>
Fri, 20 Aug 2021 13:22:58 +0000 (16:22 +0300)
commit5418695b897b03939a1c8db39557e8a5441e06a7
tree1ef18542703487bc04781132d90296457b208a99
parent1aac48068eca9316ec259af27e8a63260f24d473
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.

(cherry picked from commit 36c50fa58c3cc1c5a30fd94aad77490e44abf022)

# Conflicts:
# CMakeLists.txt
CMakeLists.txt