File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
set (the_description "Deep neural network module. It allows to load models from different frameworks and to make forward pass" )
6
6
7
- ocv_add_module (dnn opencv_core opencv_imgproc PRIVATE_REQUIRED " ${LAPACK_LIBRARIES} " WRAP python matlab )
7
+ ocv_add_module (dnn opencv_core opencv_imgproc WRAP python matlab )
8
8
ocv_warnings_disable (CMAKE_CXX_FLAGS -Wno-shadow -Wno-parentheses -Wmaybe-uninitialized -Wsign-promo
9
9
-Wmissing-declarations -Wmissing-prototypes
10
10
)
@@ -40,7 +40,7 @@ ocv_source_group("Src\\protobuf" FILES ${PROTOBUF_SRCS} ${PROTOBUF_HDRS})
40
40
ocv_module_include_directories (include ${PROTOBUF_INCLUDE_DIR} )
41
41
42
42
ocv_glob_module_sources (${PROTOBUF_SRCS} ${PROTOBUF_HDRS} ${CBLAS_H_PROXY_PATH} )
43
- ocv_create_module (${PROTOBUF_LIBRARIES} )
43
+ ocv_create_module (${PROTOBUF_LIBRARIES} ${LAPACK_LIBRARIES} )
44
44
ocv_add_samples ()
45
45
ocv_add_accuracy_tests ()
46
46
ocv_add_perf_tests ()
You can’t perform that action at this time.
0 commit comments