Skip to content

Commit

Permalink
Added missing mswsock to SFNUL_DEPENDENCIES in FindSFNUL.cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
binary1248 committed Aug 31, 2015
1 parent 755976d commit df7b5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindSFNUL.cmake
Expand Up @@ -213,7 +213,7 @@ if( SFNUL_STATIC_LIBRARIES )
endif()

if( ${CMAKE_SYSTEM_NAME} MATCHES "Windows" )
set( SFNUL_DEPENDENCIES ${SFNUL_DEPENDENCIES} "ws2_32" )
set( SFNUL_DEPENDENCIES ${SFNUL_DEPENDENCIES} "ws2_32" "mswsock" )
elseif( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
find_library( COREFOUNDATION_LIBRARY CoreFoundation )

Expand Down

0 comments on commit df7b5d6

Please sign in to comment.