mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
Copy debug libraries for debug builds
This commit is contained in:
parent
a56d36b8e5
commit
afa11b0dfd
@ -1439,6 +1439,11 @@ endif()
|
|||||||
|
|
||||||
option(ENABLE_CPACK "Enables cpack rules" ON)
|
option(ENABLE_CPACK "Enables cpack rules" ON)
|
||||||
if(MSVC AND ENABLE_CPACK)
|
if(MSVC AND ENABLE_CPACK)
|
||||||
|
if(${CMAKE_BUILD_TYPE} MATCHES "Debug")
|
||||||
|
set(CMAKE_INSTALL_DEBUG_LIBRARIES_ONLY TRUE)
|
||||||
|
set(CMAKE_INSTALL_DEBUG_LIBRARIES TRUE)
|
||||||
|
set(CMAKE_INSTALL_UCRT_LIBRARIES TRUE)
|
||||||
|
endif()
|
||||||
include(InstallRequiredSystemLibraries)
|
include(InstallRequiredSystemLibraries)
|
||||||
|
|
||||||
if(CMAKE_CL_64)
|
if(CMAKE_CL_64)
|
||||||
|
17
RELICENSE/inuik.md
Normal file
17
RELICENSE/inuik.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL
|
||||||
|
|
||||||
|
This is a statement by Rishi Theivendan (inuik)
|
||||||
|
that grants permission to relicense his 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 "inuik", with
|
||||||
|
commit author "Rishi Theivendran <29522253+inuik@users.noreply.github.com>" or
|
||||||
|
"Rishi Theivendran <rishi.theivendran@rohde-schwarz.com>", are copyright of Rishi Theivendran.
|
||||||
|
This document hereby grants the libzmq project team to relicense libzmq,
|
||||||
|
including all past, present and future contributions of the author listed
|
||||||
|
above.
|
||||||
|
|
||||||
|
Rishi Theivendran
|
||||||
|
2019/07/18
|
Loading…
x
Reference in New Issue
Block a user