1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 03:34:56 +02:00

CMakeLists.txt: Should link to OpenSSL with PRIVATE scope instead of INTERFACE. otherwise include path to openssl will not be added to the target.

This commit is contained in:
Henrik Hautakoski 2023-03-15 12:15:04 +01:00
parent ab932b92e4
commit 0c9b867049

View file

@ -66,7 +66,7 @@ endif()
target_link_libraries( ${LIB_NAME}
INTERFACE OpenSSL::Crypto
PRIVATE OpenSSL::Crypto
)
target_include_directories( ${LIB_NAME}