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
3f4f3c11
Commit
3f4f3c11
authored
Sep 14, 2015
by
Richard Newton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix windows cmake build
parent
ee7f2a27
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
testutil.hpp
tests/testutil.hpp
+1
-1
No files found.
CMakeLists.txt
View file @
3f4f3c11
...
...
@@ -157,7 +157,7 @@ check_function_exists(gethrtime HAVE_GETHRTIME)
set
(
CMAKE_REQUIRED_INCLUDES
)
add_definitions
(
-D_REENTRANT -D_THREAD_SAFE
)
add_definitions
(
-D_USING_CMAKE
)
add_definitions
(
-D
ZMQ
_USING_CMAKE
)
option
(
ENABLE_EVENTFD
"Enable/disable eventfd"
ZMQ_HAVE_EVENTFD
)
...
...
tests/testutil.hpp
View file @
3f4f3c11
...
...
@@ -32,7 +32,7 @@
#include "../include/zmq.h"
#include "../src/stdint.hpp"
#ifdef USING_CMAKE
#ifdef
ZMQ_
USING_CMAKE
# include "platform.hpp"
#else
# include "../src/platform.hpp"
...
...
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