Skip to content

Commit

Permalink
👷 Disable HighGUI in OpenCV build
Browse files Browse the repository at this point in the history
  • Loading branch information
mnixry committed Aug 29, 2023
1 parent 6aaec55 commit def11e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: CI
on:
push:
pull_request:
create: { tags: ["v*"] }
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -62,6 +61,7 @@ jobs:
-D CMAKE_INSTALL_PREFIX=../opencv \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_LIST=core,imgproc,highgui,features2d \
-D BUILD_OPENCV_HIGHGUI=OFF \
-D BUILD_SHARED_LIBS=OFF \
-D ENABLE_CCACHE=ON \
-D WITH_ADE=OFF \
Expand Down

0 comments on commit def11e6

Please sign in to comment.