tar -xvf cmake-3.15.2.tar.gz
cd cmake-3.15.2
./configure --prefix=/path/to/CMAKE
make make install
export PATH=/path/to/CMAKE/bin:$PATH