Answers for "Could not find a package configuration file provided by "ECM" (requested version 1.0.0) with any of the following names: ECMConfig.cmake ecm-config.cmake"

0

Could not find a package configuration file provided by "ECM" (requested version 1.0.0) with any of the following names: ECMConfig.cmake ecm-config.cmake

git clone https://github.com/KDE/extra-cmake-modules
cd extra-cmake-modules
mkdir build && cd build    
cmake ..
make && sudo make install
Posted by: Guest on December-06-2020

Code answers related to "Could not find a package configuration file provided by "ECM" (requested version 1.0.0) with any of the following names: ECMConfig.cmake ecm-config.cmake"

Browse Popular Code Answers by Language