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.
1 parent 9244d47 commit 374fe0dCopy full SHA for 374fe0d
demo/csrc/CMakeLists.txt
@@ -7,8 +7,8 @@ find_package(MMDeploy REQUIRED)
7
8
function(add_example name)
9
add_executable(${name} ${name}.cpp)
10
- target_link_libraries(${name} ${MMDeploy_LIBS} opencv_imgcodecs
11
- opencv_imgproc opencv_core)
+ target_link_libraries(${name} ${MMDeploy_LIBS} -Wl,--disable-new-dtags
+ opencv_imgcodecs opencv_imgproc opencv_core)
12
endfunction()
13
14
add_example(image_classification)
0 commit comments