Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afwbkbc committed Jul 7, 2024
1 parent 239a821 commit 0e3ab68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ IF ( VISUAL_STUDIO ) # (Provided in CMakePresets)
ADD_COMPILE_DEFINITIONS( _ITERATOR_DEBUG_LEVEL=0 )
ADD_COMPILE_DEFINITIONS( VISUAL_STUDIO )
ELSEIF ( WIN32 ) # probably mingw or github runner
ADD_COMPILE_DEFINITIONS( -lwsock32 )
ADD_COMPILE_DEFINITIONS( -lw2_s32 )
TARGET_LINK_LIBRARIES( -lwsock32 )
TARGET_LINK_LIBRARIES( -lw2_s32 )
ENDIF ()

# needed for some uncommon IDE and OS combinations
Expand Down

0 comments on commit 0e3ab68

Please sign in to comment.