]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
examples : set the C++ standard to C++17 for server (#3261)
authorDaniel Bevenius <redacted>
Tue, 17 Jun 2025 09:29:48 +0000 (11:29 +0200)
committerGitHub <redacted>
Tue, 17 Jun 2025 09:29:48 +0000 (11:29 +0200)
commitf3ff80ea8da044e5b8833e7ba54ee174504c518d
tree22c1e86770e4838c55f9f079f1b5bb2425056065
parent2a4d6db7d90899aff3d58d70996916968e4e0d27
examples : set the C++ standard to C++17 for server (#3261)

This commit updates the server example to use C++17 as the standard.

The motivation for this change is that currently the ci-run
`ggml-100-mac-m4` is failing when compiling the server example on
macOS. The `talk-llama` example also has this setting so it looks like
an alright change to make.

ggml-ci

Refs: https://github.com/ggml-org/ci/tree/results/whisper.cpp/2a/4d6db7d90899aff3d58d70996916968e4e0d27/ggml-100-mac-m4
examples/server/CMakeLists.txt