]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Make CMakeLists.txt work better with static OpenSSL libraries
authorRichard Levitte <richard@levitte.org>
Tue, 17 Aug 2021 20:31:39 +0000 (22:31 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Wed, 18 Aug 2021 08:33:38 +0000 (11:33 +0300)
The static OpenSSL libraries have some dependencies that need to be
recorded fofr everything that's linked against it.  To achieve this,
we use ${OPENSSL_CRYPTO_LIBRARIES} and ${OPENSSL_SSL_LIBRARIES}
instead of ${OPENSSL_CRYPTO_LIBRARY} and ${OPENSSL_SSL_LIBRARY}.


No differences found