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
When configuring range-v3 with the new cmake 3.31 I get the following warning:
CMake Deprecation Warning at external/range-v3/CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> valueor use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- [range-v3]: C++ std=latest
As stated in #1724 the actual needed feature set of the CMakeLists.txt seems to be at least 3.15. In this case I suggest to change this line
When configuring range-v3 with the new
cmake 3.31
I get the following warning:As stated in #1724 the actual needed feature set of the
CMakeLists.txt
seems to be at least 3.15. In this case I suggest to change this linesimply to
This would also close #1724
The text was updated successfully, but these errors were encountered: