Building with cmake 3.27.5 generates this warning:
CMake Deprecation Warning at xtl/CMakeLists.txt:10 (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.
Building with
cmake
3.27.5 generates this warning:Note: Adding a
...<max>
suffix as per the suggestion above is only supported fromcmake
version 3.12.