We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140d516 commit 329525eCopy full SHA for 329525e
.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=c99'"
138
fi
139
140
cmake ${{ env.OPENCV_CMAKE_ARGS }} $EXTRA_FLAGS ..
0 commit comments