We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7db66 commit 140d516Copy full SHA for 140d516
.github/workflows/opencv.yml
@@ -133,7 +133,8 @@ jobs:
133
EXTRA_FLAGS+=" -A Win32"
134
elif [[ ${{ matrix.os }} == "centos.7" ]]; then
135
# source /opt/rh/devtoolset-11/enable
136
- echo "Doing nothing for centos.7"
+ # echo "Doing nothing for centos.7"
137
+ EXTRA_FLAGS+=" -DCMAKE_C_FLAGS='std=c99'"
138
fi
139
140
cmake ${{ env.OPENCV_CMAKE_ARGS }} $EXTRA_FLAGS ..
0 commit comments