We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f2426 commit c27a99bCopy full SHA for c27a99b
scripts/build/windows/install-build-pre-requisites.ps1
@@ -146,7 +146,7 @@ function Install-cmetrics() {
146
git submodule sync
147
git -c protocol.version=2 submodule update --init --force --depth=1
148
git submodule foreach git config --local gc.auto 0
149
- cmake --fresh -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX="$destinationPath" .
+ cmake --fresh -G "MinGW Makefiles" -DCMAKE_C_FLAGS="-Wno-error=implicit-function-declaration" -DCMAKE_INSTALL_PREFIX="$destinationPath" .
150
make
151
make install
152
}
0 commit comments