From 3b76da5935961a98aa4180e7f2c022b96301142f Mon Sep 17 00:00:00 2001 From: parth21999 Date: Wed, 10 Jun 2020 12:02:36 -0400 Subject: [PATCH] Fixed ctest error --- win32/tests/async_socket_win32_ut/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/tests/async_socket_win32_ut/CMakeLists.txt b/win32/tests/async_socket_win32_ut/CMakeLists.txt index 899c9f7..f0bd3ad 100644 --- a/win32/tests/async_socket_win32_ut/CMakeLists.txt +++ b/win32/tests/async_socket_win32_ut/CMakeLists.txt @@ -17,7 +17,7 @@ set(${theseTestsName}_h_files ../../../interfaces/inc/async_socket.h ) -build_c_tests(${theseTestsName} ON "tests/azure_c_pal/win32" ADDITIONAL_LIBS pal_interfaces pal_common synchronization) +build_c_tests(${theseTestsName} ON "tests/azure_c_pal/win32" ADDITIONAL_LIBS pal_interfaces pal_common synchronization ws2_32) set_target_properties(${theseTestsName}_exe PROPERTIES LINK_FLAGS "/ignore:4217") if(use_cppunittest)