mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Merge pull request #3744 from liedtkeInTUM/fix_output_name
Problem: static libs are generated without given basename
This commit is contained in:
commit
75d9d84100
@ -1195,7 +1195,7 @@ if(MSVC)
|
||||
MINSIZEREL_POSTFIX "${MSVC_TOOLSET}-mt-s-${ZMQ_VERSION_MAJOR}_${ZMQ_VERSION_MINOR}_${ZMQ_VERSION_PATCH}"
|
||||
DEBUG_POSTFIX "${MSVC_TOOLSET}-mt-sgd-${ZMQ_VERSION_MAJOR}_${ZMQ_VERSION_MINOR}_${ZMQ_VERSION_PATCH}"
|
||||
COMPILE_FLAGS "/DZMQ_STATIC"
|
||||
OUTPUT_NAME "lib{ZMQ_OUTPUT_BASENAME}")
|
||||
OUTPUT_NAME "lib${ZMQ_OUTPUT_BASENAME}")
|
||||
endif()
|
||||
else()
|
||||
# avoid building everything twice for shared + static
|
||||
|
13
RELICENSE/liedtkeInTUM.md
Normal file
13
RELICENSE/liedtkeInTUM.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Permission to Relicense under MPLv2
|
||||
|
||||
This is a statement by Sven Liedtke
|
||||
that grants permission to relicense its copyrights in the libzmq C++
|
||||
library (ZeroMQ) under the Mozilla Public License v2 (MPLv2).
|
||||
|
||||
A portion of the commits made by the Github handle "liedtkeInTUM", with
|
||||
commit author "Sven Liedtke", are copyright of Sven Liedtke.
|
||||
This document hereby grants the libzmq project team to relicense libzmq,
|
||||
including all past, present and future contributions of the author listed above.
|
||||
|
||||
Sven Liedtke
|
||||
2019/11/27
|
Loading…
Reference in New Issue
Block a user