Unverified Commit 75d9d841 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3744 from liedtkeInTUM/fix_output_name

Problem: static libs are generated without given basename
parents 0f9dd85e 0cca4b2c
......@@ -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
......
# 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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment