Merge pull request #3478 from Omegastick/master

Fix Radix Tree benchmark includes when used as submodule
This commit is contained in:
Luca Boccassi 2019-04-14 11:31:43 +01:00 committed by GitHub
commit 494a82f0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -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
View 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