-
Notifications
You must be signed in to change notification settings - Fork 173
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
GTest CMake broken under CMake 2.8 #163
Comments
Do you happen to know when this was added? |
It surely is present in 3.0: https://cmake.org/cmake/help/v3.0/manual/cmake-buildsystem.7.html#interface-libraries CMake's online docs only go that far, but it's likely 2.8 was the last major release before 3.0 |
Indeed: https://cmake.org/files/ and https://gitlab.kitware.com/cmake/cmake/tags?page=4&sort=updated_desc confirm it was 2.8.12, then 3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
extras/gtest/CMakeLists.txt fails with
This is a caused by the using the "INTERFACE" feature which is not available in CMake 2.8.12. However, the CMakeLists.txt in the root declares a minimum version of CMake 2.8.12.
The text was updated successfully, but these errors were encountered: