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
ea109fca
Unverified
Commit
ea109fca
authored
May 06, 2019
by
Luca Boccassi
Committed by
GitHub
May 06, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3493 from moretromain/cmake-fix
Fix a typo in root CMakeLists.txt
parents
7971be93
a5657185
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
moretromain.md
RELICENSE/moretromain.md
+17
-0
No files found.
CMakeLists.txt
View file @
ea109fca
...
...
@@ -1102,7 +1102,7 @@ if(MSVC)
# default for all sources is to use precompiled headers
foreach
(
source
${
sources
}
)
# C and C++ can not use the same precompiled header
if
(
${
so
ru
ce
}
MATCHES
".cpp$"
AND NOT
${
source
}
STREQUAL
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/src/precompiled.cpp"
)
if
(
${
so
ur
ce
}
MATCHES
".cpp$"
AND NOT
${
source
}
STREQUAL
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/src/precompiled.cpp"
)
set_source_files_properties
(
${
source
}
PROPERTIES
COMPILE_FLAGS
"/Yuprecompiled.hpp"
...
...
RELICENSE/moretromain.md
0 → 100644
View file @
ea109fca
# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL
This is a statement by Romain Moret that grants permission to
relicense its 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 "moretromain", with
commit author "Romain Moret
<moretromain@gmail.com>
", are
copyright of Romain Moret. This document hereby grants the libzmq
project team to relicense libzmq, including all past, present and
future contributions of the author listed above.
Romain Moret
2019/05/06
\ No newline at end of file
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