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
35fce88f
Commit
35fce88f
authored
Jun 14, 2017
by
Luca Boccassi
Committed by
GitHub
Jun 14, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2599 from ibancg/master
Problem: cannot cross-compile with Mingw-w64
parents
10a9ba09
d040dc18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
CMakeLists.txt
tests/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
35fce88f
...
...
@@ -183,7 +183,7 @@ include (CheckCXXSymbolExists)
check_include_files
(
ifaddrs.h ZMQ_HAVE_IFADDRS
)
check_include_files
(
windows.h ZMQ_HAVE_WINDOWS
)
if
(
${
CMAKE_SYSTEM_NAME
}
STREQUAL
"WindowsStore"
AND
${
CMAKE_SYSTEM_VERSION
}
STREQUAL
"10.0"
)
if
(
CMAKE_SYSTEM_NAME STREQUAL
"WindowsStore"
AND CMAKE_SYSTEM_VERSION
STREQUAL
"10.0"
)
SET
(
ZMQ_HAVE_WINDOWS_UWP ON
)
ADD_DEFINITIONS
(
-D_WIN32_WINNT=_WIN32_WINNT_WIN10
)
endif
()
...
...
tests/CMakeLists.txt
View file @
35fce88f
...
...
@@ -134,7 +134,7 @@ if(WIN32)
add_definitions
(
-DZMQ_CUSTOM_PLATFORM_HPP
)
add_definitions
(
-D_WINSOCK_DEPRECATED_NO_WARNINGS
)
# Same name on 64bit systems
link_libraries
(
W
s2_32.lib
)
link_libraries
(
w
s2_32.lib
)
endif
()
# add library and include dirs for all targets
...
...
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