]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
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)
commit3df647770ff9aa8bd3b08c6ff8200da1ee69565c
tree80547447c9e3565eb65a31713ce2841584eaa64b
parentc5ec3860a0c95a74ee98210e0ac174924866dab1
Make CMakeLists.txt work better with static OpenSSL libraries

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}.
CMakeLists.txt