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

Remove redundant gtest compile flags for MinGW #1363

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

dneto0
Copy link
Collaborator

@dneto0 dneto0 commented Aug 9, 2023

When compiling with MinGW, we no longer need to use -Dgtest_disable_pthreads=ON.

See google/googletest#856
and google/googletest#721

@dneto0
Copy link
Collaborator Author

dneto0 commented Aug 9, 2023

I verified this build manually. The kokoro bots don't have a MinGW build that supports C++17 so the bots are disabled (and therefore don't exercise this path).

When compiling with MinGW, we no longer need to use
-Dgtest_disable_pthreads=ON.

See google/googletest#856
and google/googletest#721
@dneto0 dneto0 enabled auto-merge (rebase) August 9, 2023 17:34
@dneto0 dneto0 merged commit 59c19bd into google:main Aug 9, 2023
16 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.

None yet

2 participants