Skip to content

Commit

Permalink
[opencv] Disable searching for LAPACK -- Fixes #1011
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed May 3, 2017
1 parent 4633c5e commit f8c44bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ports/opencv/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ vcpkg_configure_cmake(
-DOPENCV_OTHER_INSTALL_PATH=share/opencv
-DINSTALL_LICENSE=OFF
-DWITH_CUDA=OFF
-DWITH_CUBLAS=OFF
-DWITH_OPENCLAMDBLAS=OFF
-DWITH_LAPACK=OFF
#-DOPENCV_EXTRA_MODULES_PATH=${CONTRIB_SOURCE_PATH}/modules # uncomment the following 3 lines to build opencv_contrib modules
#-DBUILD_PROTOBUF=OFF
#-DUPDATE_PROTO_FILES=ON
Expand Down

0 comments on commit f8c44bc

Please sign in to comment.