mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 06:10:02 +08:00
Merge pull request #17695 from alalek:issue_17677
This commit is contained in:
commit
ee73b0bd08
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user