Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
wheybags committed Jul 17, 2016
1 parent d767f09 commit e3883cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindEnet.cmake
Expand Up @@ -30,7 +30,7 @@ FIND_LIBRARY(ENET_LIBRARY
)

IF(WIN32)
set(ENET_LIBRARY "${ENET_LIBRARY}" "WINMM.LIB") # needs winmm.lib on windows apparently
set(ENET_LIBRARY "${ENET_LIBRARY}" "WINMM.LIB" "Ws2_32.lib") # needs some libs on windows apparently
ENDIF()

SET(ENET_FOUND "NO")
Expand Down

0 comments on commit e3883cd

Please sign in to comment.