Skip to content
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

[Backport 9.5] Removed leftover setting of CMAKE_REQUIRED_FLAGS #4325

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented Nov 16, 2024

Backport #4322
Authored by: @seanm

Back in 88d91f7 I removed a `check_c_source_compiles` to detect some pthread stuff and converted to std::mutex instead.

This stuff I believe I should have removed back then too.

The -Werror caused a problem in VTK, which still has the `check_c_source_compiles`, because a totally unrelated warning made the try-compile fail when it should have passed.
@rouault rouault added this to the 9.5.1 milestone Nov 17, 2024
@rouault rouault merged commit a649077 into 9.5 Nov 17, 2024
44 checks passed
@rouault rouault deleted the backport-4322-to-9.5 branch November 17, 2024 12:03
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