mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 01:37:56 +08:00
Problem: static libs are generated without given basename
This commit is contained in:
parent
0f9dd85e89
commit
d9d4dbbbd4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user