mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 05:41:38 +00:00
[opencv] enabling cublas (#3635)
* [opencv] enabling cublas * [opencv] Enable CUBLAS when instaling with cuda feature
This commit is contained in:
parent
ca52a245d1
commit
a5e030f446
@ -1,5 +1,5 @@
|
||||
Source: opencv
|
||||
Version: 3.4.3-5
|
||||
Version: 3.4.3-6
|
||||
Build-Depends: zlib
|
||||
Description: computer vision library
|
||||
Default-Features: opengl, jpeg, png, tiff, eigen, flann
|
||||
|
@ -287,7 +287,7 @@ vcpkg_configure_cmake(
|
||||
${BUILD_WITH_CONTRIB_FLAG}
|
||||
-DOPENCV_OTHER_INSTALL_PATH=share/opencv
|
||||
# WITH
|
||||
-DWITH_CUBLAS=OFF
|
||||
-DWITH_CUBLAS=${WITH_CUDA}
|
||||
-DWITH_CUDA=${WITH_CUDA}
|
||||
-DWITH_EIGEN=${WITH_EIGEN}
|
||||
-DWITH_FFMPEG=${WITH_FFMPEG}
|
||||
|
Loading…
x
Reference in New Issue
Block a user