CMake Error at CMakeLists.txt:7 (find_package):
Could not find a package configuration file provided by "ECM" (requested
version 1.1.0) with any of the following names:
ECMConfig.cmake
ecm-config.cmake
Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
to a directory containing one of the above files. If "ECM" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/w/build/kate-wakatime/build/CMakeFiles/CMakeOutput.log".
after run
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
Solution:
https://archlinux.org/packages/extra/any/extra-cmake-modules/