Merge pull request #17695 from alalek:issue_17677

This commit is contained in:
Alexander Alekhin 2020-06-29 19:15:24 +00:00
commit ee73b0bd08

View File

@ -190,7 +190,7 @@ endif()
if(WIN32) if(WIN32)
# Required for htonl/ntohl on Windows # 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() endif()
ocv_add_perf_tests() ocv_add_perf_tests()