Skip to content

Commit e7a2e63

Browse files
committed
Merge pull request #1339 from jasjuang:master
2 parents 5e2d202 + 21d4a6f commit e7a2e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cnn_3dobj/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ ocv_define_module(cnn_3dobj opencv_core opencv_imgproc ${Caffe_LIBS} ${Glog_LIBS
3636
ocv_add_testdata(testdata/cv contrib/cnn_3dobj)
3737

3838
if(TARGET opencv_test_cnn_3dobj)
39-
target_link_libraries(opencv_test_cnn_3dobj boost_system)
39+
target_link_libraries(opencv_test_cnn_3dobj PUBLIC boost_system)
4040
endif()
4141

4242
foreach(exe_TGT classify video sphereview_data model_analysis)
4343
if(TARGET example_cnn_3dobj_${exe_TGT})
44-
target_link_libraries(example_cnn_3dobj_${exe_TGT} boost_system)
44+
target_link_libraries(example_cnn_3dobj_${exe_TGT} PUBLIC boost_system)
4545
endif()
4646
endforeach()
4747
endif()

0 commit comments

Comments
 (0)