cmake(gapi): fix opencv_world build for winpack

This commit is contained in:
Alexander Alekhin
2020-06-29 17:46:09 +00:00
parent 7566921364
commit 48ef6df842
+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()