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

Commit

Permalink
Works on Cygwin, OSX and MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Mar 9, 2012
1 parent 37a6e21 commit bbe14dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Expand Up @@ -17,9 +17,6 @@ file ( GLOB ZMQ_SRC src/*.cpp )
add_definitions(-D_REENTRANT -D_THREAD_SAFE)
if (WIN32)
set(ZMQ_PLATFORM ZMQ_HAVE_WINDOWS)
if (MINGW)
set(ZMQ_PLATFORM ZMQ_HAVE_MINGW32)
endif ()
set ( LIBS Ws2_32 )
elseif (CYGWIN)
set ( ZMQ_PLATFORM ZMQ_HAVE_CYGWIN)
Expand Down

0 comments on commit bbe14dd

Please sign in to comment.