CMake Error at cmake_uninstall.cmake:17 (message): Problem when removing "/usr/local/doc/cmake-3.17/Copyright.txt"

hello,when i use [sudo make install ]to install cmake itself, once i want remove it use[sudo make uninstall ] it output a error


(base) lzw@resplendent-star:~/3d_lib/cmake-3.17.1$ sudo make uninstall
Scanning dependencies of target uninstall
– Uninstalling “/usr/local/doc/cmake-3.17/Copyright.txt”
CMake Error at cmake_uninstall.cmake:17 (message):
Problem when removing “/usr/local/doc/cmake-3.17/Copyright.txt”

CMakeFiles/uninstall.dir/build.make:57: recipe for target ‘CMakeFiles/uninstall’ failed
make[3]: *** [CMakeFiles/uninstall] Error 1
CMakeFiles/Makefile2:931: recipe for target ‘CMakeFiles/uninstall.dir/all’ failed
make[2]: *** [CMakeFiles/uninstall.dir/all] Error 2
CMakeFiles/Makefile2:938: recipe for target ‘CMakeFiles/uninstall.dir/rule’ failed
make[1]: *** [CMakeFiles/uninstall.dir/rule] Error 2
Makefile:548: recipe for target ‘uninstall’ failed
make: *** [uninstall] Error 2