Many Linux distros (eg CentOS 7.x) still ship with an old cmake 2.8 as default and the latest CMakeModules.txt updates use cmake 3.x functions, which cause strange errors to be reported on older versions of cmake.
Update the build docs to indicate cmake 3.x is required.
Thanks!!!
-- dg