You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using cmake 3.19 and am getting these deprecation warnings when configured GSL as a standalone project.
CMake Deprecation Warning at build/tests/googletest-src/googletest/CMakeLists.txt:56 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Is there any plan to do something about this?
The text was updated successfully, but these errors were encountered:
I'm currently using cmake 3.19 and am getting these deprecation warnings when configured GSL as a standalone project.
Is there any plan to do something about this?
The text was updated successfully, but these errors were encountered: