Hi I am trying to build Mesos on Linux (Ubuntu 18.04) using CMake (Makefile generator) and following the instructions on the site (http://mesos.apache.org/documentation/latest/cmake/), but I am not seeing an "install" target generated. This is true for both master as well as 1.6.1. Additionally, and possibly related, building the "package" target creates a 54-byte .Z file (empty, in other words). The artifacts are compiled and linked and all exist in the "src" directory under my build root, but both "cmake --build . --target install" and "make install" complain that there is no "install" target. "cmake --build . --target help" verifies this.
Am I missing something obvious? I can't be the only one having this problem? Greg