GNOME Bugzilla – Bug 738736
Cerbero bootstrap on OS X doesn't include cmake
Last modified: 2018-02-21 15:58:38 UTC
cmake is not provided by the standard OS X development tools installed via Xcode, but is used as a build system by some packages. Ideally, the cerbero bootstrap step would install a local cmake package on OS X. Workaround: install cmake on the system using Homebrew or manually.
CMake is listed in the README as a dependency *you* have to install. But yes, we can do better and should bootstrap install it.
we build cmake ourselves now.