Extra CMake Modules, or ECM, aims to augment CMake with additional modules. It serves as both a staging ground for new modules before they are moved upstream to CMake and a place for modules that, for whatever reason, are not a good fit for CMake itself.
Extra CMake Modules, or ECM, aims to augment CMake with additional modules. It serves as both a staging ground for new modules before they are moved upstream to CMake and a place for modules that, for whatever reason, are not a good fit for CMake itself.
To install kde-extra-cmake-modules, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kde-extra-cmake-modules
To see what files were installed by kde-extra-cmake-modules, run:
port contents kde-extra-cmake-modules
To later upgrade kde-extra-cmake-modules, run:
sudo port selfupdate && sudo port upgrade kde-extra-cmake-modules
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.