Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit bbe14dd

Browse files
committed
Works on Cygwin, OSX and MinGW
1 parent 37a6e21 commit bbe14dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ file ( GLOB ZMQ_SRC src/*.cpp )
1717
add_definitions(-D_REENTRANT -D_THREAD_SAFE)
1818
if (WIN32)
1919
set(ZMQ_PLATFORM ZMQ_HAVE_WINDOWS)
20-
if (MINGW)
21-
set(ZMQ_PLATFORM ZMQ_HAVE_MINGW32)
22-
endif ()
2320
set ( LIBS Ws2_32 )
2421
elseif (CYGWIN)
2522
set ( ZMQ_PLATFORM ZMQ_HAVE_CYGWIN)

0 commit comments

Comments
 (0)