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:
parent
ab932b92e4
commit
0c9b867049
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ endif()
|
|||
|
||||
|
||||
target_link_libraries( ${LIB_NAME}
|
||||
INTERFACE OpenSSL::Crypto
|
||||
PRIVATE OpenSSL::Crypto
|
||||
)
|
||||
|
||||
target_include_directories( ${LIB_NAME}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue