Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
afa11b0d
Commit
afa11b0d
authored
Jul 18, 2019
by
Rishi Theivendran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copy debug libraries for debug builds
parent
a56d36b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
CMakeLists.txt
CMakeLists.txt
+5
-0
inuik.md
RELICENSE/inuik.md
+17
-0
No files found.
CMakeLists.txt
View file @
afa11b0d
...
...
@@ -1439,6 +1439,11 @@ endif()
option
(
ENABLE_CPACK
"Enables cpack rules"
ON
)
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
)
if
(
CMAKE_CL_64
)
...
...
RELICENSE/inuik.md
0 → 100644
View file @
afa11b0d
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment