Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 3205363

Browse files
committed
Remove explicit dependency on Ws2_32.
1 parent 912acc3 commit 3205363

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ add_subdirectory(cppan)
2424

2525
add_executable(main src/main.cpp)
2626
target_link_libraries(main cppan)
27-
if (WIN32)
28-
target_link_libraries(main Ws2_32)
29-
endif()

0 commit comments

Comments
 (0)