Skip to content

Commit 140d516

Browse files
committed
std=c99
1 parent 7b7db66 commit 140d516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ jobs:
133133
EXTRA_FLAGS+=" -A Win32"
134134
elif [[ ${{ matrix.os }} == "centos.7" ]]; then
135135
# source /opt/rh/devtoolset-11/enable
136-
echo "Doing nothing for centos.7"
136+
# echo "Doing nothing for centos.7"
137+
EXTRA_FLAGS+=" -DCMAKE_C_FLAGS='std=c99'"
137138
fi
138139
139140
cmake ${{ env.OPENCV_CMAKE_ARGS }} $EXTRA_FLAGS ..

0 commit comments

Comments
 (0)