shibatch / sleef

SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
https://sleef.org
Boost Software License 1.0
628 stars 126 forks source link

Fix static link with openssl #548

Closed blapie closed 2 months ago

blapie commented 2 months ago

Recent versions of cmake stopped linking with -ldl implicitly, which may still be required when linking statically with openssl. However this can still be done using find_package(OpenSSL) by setting OPENSSL_USE_STATIC_LIBS to TRUE.