Skip to content

Commit

Permalink
Merge pull request zeromq#4505 from barracuda156/darwin
Browse files Browse the repository at this point in the history
tests: use NOT APPLE instead of NOT MATCHES Clang
  • Loading branch information
bluca authored Feb 1, 2023
2 parents ce6d48c + 2438952 commit 333c88e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions RELICENSE/sergeyfedorov.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL

This is a statement by Sergey Fedorov
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 "barracuda156",
with commit author "Sergey Fedorov <[email protected]>"
or commit author "barracuda156", are copyright of Sergey Fedorov.
This document hereby grants the libzmq project team to relicense libzmq,
including all past, present and future contributions of the author listed above.

Sergey Fedorov (barracuda156)
Done in Taipei on the 2023/02/01
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ foreach(test ${tests})
endif()
else()
# per-test directories not generated on OS X / Darwin
if(NOT ${CMAKE_CXX_COMPILER_ID} MATCHES "Clang.*")
if(NOT APPLE)
link_directories(${test} PRIVATE "${ZeroMQ_SOURCE_DIR}/../lib")
endif()
endif()
Expand Down

0 comments on commit 333c88e

Please sign in to comment.