Skip to content

Commit

Permalink
Merge pull request #45 from wresch/wechat_qrcode_fix
Browse files Browse the repository at this point in the history
Wechat qrcode fix
  • Loading branch information
sjmgarnier authored Jan 12, 2024
2 parents aa5a9f6 + 49e338c commit 2c7f17f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ defaultOpenCVPath <- function() {
' -DCMAKE_CXX_STANDARD=11',
' -DENABLE_PRECOMPILED_HEADERS=OFF',
' -DOPENCV_EXTRA_MODULES_PATH=', config$contrib_dir,
' -DBUILD_LIST=calib3d,core,dnn,features2d,flann,gapi,highgui,imgcodecs,imgproc,ml,objdetect,photo,stitching,video,videoio,ximgproc',
' -DBUILD_LIST=calib3d,core,dnn,features2d,flann,gapi,highgui,imgcodecs,imgproc,ml,objdetect,photo,stitching,video,videoio,ximgproc,wechat_qrcode',
' -DOPENCV_GENERATE_PKGCONFIG=ON',
' -DWITH_OPENMP=ON',
' -DWITH_TBB=ON',
' -DWITH_EIGEN=ON',
Expand Down Expand Up @@ -287,4 +288,4 @@ removeOpenCV <- function() {
message("OpenCV is not installed on this system. Nothing to be done.")
!isOpenCVInstalled()
}
}
}

0 comments on commit 2c7f17f

Please sign in to comment.