-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
CMake compatibility with version 2.8 #3274
Comments
I thought someone fixed this a few weeks ago. Are you using the latest HEAD? |
Hi. I'm on the latest release - 1.10.0, but looking at master's CMakeLists.txt, the requirement for version 2.8 is still there: |
Hello, |
Oh, thanks for pointing that out. I was under the impression that all of cmake 2.8.x is raising warnings, so I didn't try HEAD. Yes, HEAD doesn't raise those warnings. Apologies for the noise. |
GoogleTest now follows the Abseil [Live at Head] philosophy and recommends using the latest commit in the master branch. The 1.10.x release causes a [CMake deprecation warning], which is already fixed on master. Hence, this updates the googletest libraries to google/googletest@9741c42. [Live at Head]: https://github.com/google/googletest#live-at-head [CMake deprecation warning]: google/googletest#3274
GoogleTest now follows the Abseil [Live at Head] philosophy and recommends using the latest commit in the master branch. The 1.10.x release causes a [CMake deprecation warning], which is already fixed on master. Hence, this updates the googletest libraries to google/googletest@9741c42. [Live at Head]: https://github.com/google/googletest#live-at-head [CMake deprecation warning]: google/googletest#3274
GoogleTest now follows the Abseil [Live at Head] philosophy and recommends using the latest commit in the master branch. The 1.10.x release causes a [CMake deprecation warning], which is already fixed on master. Hence, this updates the googletest libraries to google/googletest@9741c42. [Live at Head]: https://github.com/google/googletest#live-at-head [CMake deprecation warning]: google/googletest#3274
GoogleTest now follows the Abseil [Live at Head] philosophy and recommends using the latest commit in the master branch. The 1.10.x release causes a [CMake deprecation warning], which is already fixed on master. Hence, this updates the googletest libraries to google/googletest@9741c42. [Live at Head]: https://github.com/google/googletest#live-at-head [CMake deprecation warning]: google/googletest#3274
Since cmake 3.19, the following warning is shown:
The text was updated successfully, but these errors were encountered: