Skip to content

Commit

Permalink
Fix building with CMake on MinGW-w64. (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune authored Dec 20, 2024
1 parent c0a23ae commit 5cfdf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ else()
endif()

if (WIN32)
target_link_libraries(boost_process PUBLIC ntdll shell32 advapi32 user32)
target_link_libraries(boost_process PUBLIC ntdll shell32 advapi32 user32 ws2_32)
endif()

if(BUILD_SHARED_LIBS)
Expand Down

0 comments on commit 5cfdf3e

Please sign in to comment.