Skip to content

Commit

Permalink
fix(cpp-client): Add mising target link lib winsock2 for windows (dee…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti authored Jul 29, 2024
1 parent 1d784a8 commit 4c6eb4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp-client/deephaven/dhcore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ foreach (whichlib dhcore dhcore_static)
target_compile_options(${whichlib} PRIVATE /W3 /bigobj)

target_compile_definitions(${whichlib} PRIVATE _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING)
target_link_libraries(${whichlib} PRIVATE ws2_32)
endif()

target_include_directories(${whichlib} PRIVATE include/private)
Expand Down

0 comments on commit 4c6eb4d

Please sign in to comment.