File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if(OCV_DEPENDENCIES_FOUND)
16
16
ocv_cuda_filter_options ()
17
17
18
18
CUDA_ADD_EXECUTABLE (${the_target} ${OPENCV_TEST_${the_module}_SOURCES} OPTIONS -std=c++11 )
19
- ocv_target_link_libraries (${the_target} LINK_PRIVATE
19
+ ocv_target_link_libraries (${the_target} PRIVATE
20
20
${test_deps} ${OPENCV_LINKER_LIBS} ${CUDA_LIBRARIES}
21
21
)
22
22
add_dependencies (opencv_tests ${the_target} )
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ ocv_add_accuracy_tests()
35
35
ocv_add_perf_tests ()
36
36
ocv_add_samples (opencv_imgproc opencv_calib3d opencv_features2d opencv_flann )
37
37
38
- ocv_target_link_libraries (${the_module} LINK_PRIVATE ${VTK_LIBRARIES} )
38
+ ocv_target_link_libraries (${the_module} PRIVATE ${VTK_LIBRARIES} )
39
39
40
40
if (APPLE AND BUILD_opencv_viz )
41
- ocv_target_link_libraries (${the_module} LINK_PRIVATE "-framework Cocoa" )
41
+ ocv_target_link_libraries (${the_module} PRIVATE "-framework Cocoa" )
42
42
endif ()
43
43
44
44
if (TARGET opencv_test_viz )
You can’t perform that action at this time.
0 commit comments