I'm getting this warning when using FetchContent_Declare as listed in the README:
CMake Deprecation Warning at _deps/yaml-cpp-src/CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 3.5 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.
I'm getting this warning when using
FetchContent_Declare
as listed in the README:Can this be fixed?