mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-01 10:57:59 +01:00
Merge pull request #3478 from Omegastick/master
Fix Radix Tree benchmark includes when used as submodule
This commit is contained in:
commit
494a82f0e7
@ -1331,7 +1331,7 @@ if(BUILD_SHARED)
|
||||
target_link_libraries(benchmark_radix_tree libzmq-static)
|
||||
target_include_directories(benchmark_radix_tree
|
||||
PUBLIC
|
||||
"${CMAKE_SOURCE_DIR}/src")
|
||||
"${CMAKE_CURRENT_LIST_DIR}/src")
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
15
RELICENSE/omegastick.md
Normal file
15
RELICENSE/omegastick.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL
|
||||
|
||||
This is a statement by Isaac Poulton
|
||||
that grants permission to relicense its copyrights in the libzmq C++
|
||||
library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other
|
||||
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 "Omegastick", with
|
||||
commit author "Omegastick", are copyright of Isaac Poulton.
|
||||
This document hereby grants the libzmq project team to relicense libzmq,
|
||||
including all past, present and future contributions of the author listed above.
|
||||
|
||||
Isaac Poulton
|
||||
2019/04/14
|
Loading…
x
Reference in New Issue
Block a user