Skip to content

Commit

Permalink
Fix protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Oct 11, 2023
1 parent 099d195 commit 77d1b2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CMAKE_FLAGS = \
-D BUILD_TESTS=OFF \
-D BUILD_JAVA=OFF \
-D BUILD_PERF_TESTS=OFF \
-D BUILD_PROTOBUF=OFF \
-D BUILD_PROTOBUF=ON \
-D BUILD_INFO_SKIP_TIMESTAMP=ON \
-D BUILD_opencv_dnn=ON \
-D BUILD_opencv_dnn_modern=ON \
Expand All @@ -81,7 +81,6 @@ CMAKE_FLAGS = \
-D OPENCV_DOWNLOAD_TRIES_LIST= \
-D OPENCV_ENABLE_NONFREE=ON \
-D OpenGL_GL_PREFERENCE=GLVND \
-D PROTOBUF_UPDATE_FILES=ON \
-D WITH_ADE=OFF \
-D WITH_CAROTENE=OFF \
-D WITH_CUDA=OFF \
Expand Down

0 comments on commit 77d1b2a

Please sign in to comment.