1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #17695 from alalek:issue_17677

This commit is contained in:
Alexander Alekhin
2020-06-29 19:15:24 +00:00
+1 -1
View File
@@ -190,7 +190,7 @@ endif()
if(WIN32)
# Required for htonl/ntohl on Windows
target_link_libraries(${the_module} PRIVATE wsock32 ws2_32)
ocv_target_link_libraries(${the_module} PRIVATE wsock32 ws2_32)
endif()
ocv_add_perf_tests()