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 GoogleTest (GTest) to at least 1.12.0 to get newer CMake dependency #1958

Closed
PhilMiller opened this issue Sep 13, 2022 · 0 comments · Fixed by #1966
Closed

Update GoogleTest (GTest) to at least 1.12.0 to get newer CMake dependency #1958

PhilMiller opened this issue Sep 13, 2022 · 0 comments · Fixed by #1966

Comments

@PhilMiller
Copy link
Member

We've started getting warnings about Google Test's CMakeLists.txt specifying a minimum dependency on CMake 2.8, which is old enough that newer CMake doesn't want to maintain compatibility with it much longer.

Google Test 1.12.0 bumps that to CMake 3.5. Let's try upgrading to 1.12.1, the last release before their 'live at HEAD' transition.

Per #1807,

  • Update GTest to a more recent version
  • Verify that our tests work correctly with the new GTest
@lifflander lifflander linked a pull request Sep 19, 2022 that will close this issue
nlslatt added a commit that referenced this issue Oct 20, 2022
nlslatt added a commit that referenced this issue Oct 21, 2022
…est-to-at-least-1120-to-get-newer-cmake-dependency

#1958: lib: update googletest to 1.12.1
cz4rs pushed a commit that referenced this issue Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant