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