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

Update to latest googletest version #1496

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

dpogue
Copy link
Member

@dpogue dpogue commented Oct 1, 2023

This resolves a bunch of CMake warnings during the configuration step.

@dgelessus
Copy link
Contributor

At the top of cmake/CompilerChecks.cmake we have this line:

# Use LTCG if available.
cmake_policy(SET CMP0069 NEW)   # gtest projects use old cmake compatibility...

Can this be removed now that gtest updated its CMake compatibility from 3.5 to 3.13?

@dpogue
Copy link
Member Author

dpogue commented Oct 1, 2023

Can this be removed now that gtest updated its CMake compatibility from 3.5 to 3.13?

Let's find out! 😄

This resolves a bunch of CMake warnings during the configuration step.
@Hoikas Hoikas merged commit f47b5cd into H-uru:master Oct 13, 2023
14 checks passed
@dpogue dpogue deleted the gtest-update branch November 1, 2023 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants