Skip to content

Commit a0f2bff

Browse files
authored
install runtime opencv libs (#44) (#45)
1 parent 28cb319 commit a0f2bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QrDec/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if(NOT OpenCV_FOUND )
3232
endif(ANDROID)
3333
find_package(OpenCV COMPONENTS core objdetect imgproc flann features2d calib3d )
3434
endif()
35-
if(OpenCV_FOUND)
35+
if(OpenCV_FOUND AND NOT ANDROID AND NOT EMSCRIPTEN)
3636
install(IMPORTED_RUNTIME_ARTIFACTS ${OpenCV_LIBS}
3737
DESTINATION ${CMAKE_INSTALL_LIBDIR}
3838
COMPONENT Qr

0 commit comments

Comments
 (0)