Skip to content

whisper : add check that target name exists #3103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025

Conversation

danbev
Copy link
Collaborator

@danbev danbev commented Apr 30, 2025

This commit adds a check to makes sure that the target exists before trying to add compile options to ignore warnings when using MSVC.

The motivation for this is currently the build is broken depending on the cmake options provided. With this fix it should be possible to build even if the targets are not actually available.

Refs: #3090 (comment)

This commit adds a check to makes sure that the target exists before
trying to add compile options to ignore warnings when using MSVC.

The motivation for this is currently the build is broken depending on
the cmake options provided. With this fix it should be possible to build
even if the targets are not actually available.

Refs: ggml-org#3090 (comment)
@danbev danbev requested a review from ggerganov May 1, 2025 06:40
@danbev danbev merged commit 0f49edf into ggml-org:master May 1, 2025
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants