mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Merge pull request #4466 from td-krzysiek/fix-missing-sodium-link-directory
fix missing sodium link_directories
This commit is contained in:
commit
20de92ac0a
@ -267,6 +267,7 @@ if(ENABLE_CURVE)
|
|||||||
if(SODIUM_FOUND)
|
if(SODIUM_FOUND)
|
||||||
message(STATUS "Using libsodium for CURVE security")
|
message(STATUS "Using libsodium for CURVE security")
|
||||||
include_directories(${SODIUM_INCLUDE_DIRS})
|
include_directories(${SODIUM_INCLUDE_DIRS})
|
||||||
|
link_directories(${SODIUM_LIBRARY_DIRS})
|
||||||
if(WITH_LIBSODIUM_STATIC)
|
if(WITH_LIBSODIUM_STATIC)
|
||||||
add_compile_definitions(SODIUM_STATIC)
|
add_compile_definitions(SODIUM_STATIC)
|
||||||
endif()
|
endif()
|
||||||
|
15
RELICENSE/td-krzysiek.md
Normal file
15
RELICENSE/td-krzysiek.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL
|
||||||
|
|
||||||
|
This is a statement by Krzysztof Rosiński
|
||||||
|
that grants permission to relicense its copyrights in the libzmq C++
|
||||||
|
library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other
|
||||||
|
share-alike Open Source Initiative approved license chosen by the current
|
||||||
|
ZeroMQ BDFL (Benevolent Dictator for Life).
|
||||||
|
|
||||||
|
A portion of the commits made by the Github handle "td-krzysiek", with
|
||||||
|
commit author "Krzysztof Rosiński <krzysiek@jrdltd.co.uk>", are copyright of Krzysztof Rosiński.
|
||||||
|
This document hereby grants the libzmq project team to relicense libzmq,
|
||||||
|
including all past, present and future contributions of the author listed above.
|
||||||
|
|
||||||
|
Krzysztof Rosiński
|
||||||
|
2022/11/24
|
Loading…
Reference in New Issue
Block a user