We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e2d202 + 21d4a6f commit e7a2e63Copy full SHA for e7a2e63
modules/cnn_3dobj/CMakeLists.txt
@@ -36,12 +36,12 @@ ocv_define_module(cnn_3dobj opencv_core opencv_imgproc ${Caffe_LIBS} ${Glog_LIBS
36
ocv_add_testdata(testdata/cv contrib/cnn_3dobj)
37
38
if(TARGET opencv_test_cnn_3dobj)
39
- target_link_libraries(opencv_test_cnn_3dobj boost_system)
+ target_link_libraries(opencv_test_cnn_3dobj PUBLIC boost_system)
40
endif()
41
42
foreach(exe_TGT classify video sphereview_data model_analysis)
43
if(TARGET example_cnn_3dobj_${exe_TGT})
44
- target_link_libraries(example_cnn_3dobj_${exe_TGT} boost_system)
+ target_link_libraries(example_cnn_3dobj_${exe_TGT} PUBLIC boost_system)
45
46
endforeach()
47
0 commit comments