I am trying to install Cmake on macOS Sierra, and I followed every step here http://mac-dev-env.patrickbougie.com/cmake/, but as I get to
make install
The message tells you what you need to do, you need admin privileges. On macOS, that means you need to utilize the sudo command.
sudo
sudo make install
and enter your administrative password at the prompt.