Skip to content

Commit

Permalink
fix dnn compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jasjuang committed Aug 20, 2017
1 parent b501937 commit 2b178b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ports/opencv/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ vcpkg_configure_cmake(
-DWITH_CUBLAS=OFF
-DWITH_OPENCLAMDBLAS=OFF
-DWITH_LAPACK=OFF
-DBUILD_opencv_dnn=OFF
-DBUILD_opencv_dnn=ON
-DOPENCV_EXTRA_MODULES_PATH=${CONTRIB_SOURCE_PATH}/modules
-DBUILD_PROTOBUF=OFF
-DUPDATE_PROTO_FILES=ON
-DPROTOBUF_UPDATE_FILES=ON
OPTIONS_DEBUG
-DINSTALL_HEADERS=OFF
-DINSTALL_OTHER=OFF
Expand Down

0 comments on commit 2b178b3

Please sign in to comment.