CMake Deprecation Warning at CMakeLists.txt:1 (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.


-- The CXX compiler identification is GNU 11.1.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    LIBUTP_BUILD_PROGRAMS


-- Build files have been written to: /build/libutp/src/build
[ 66%] Building CXX object CMakeFiles/utp.dir/utp.cpp.o
[ 66%] Building CXX object CMakeFiles/utp.dir/utp_utils.cpp.o
In file included from /build/libutp/src/libutp/utp.cpp:78:
/build/libutp/src/libutp/utp_config.h:11:2: warning: #warning implement this in libtransmission [-Wcpp]
   11 | #warning implement this in libtransmission
      |  ^~~~~~~
[100%] Linking CXX static library libutp.a
[100%] Built target utp
