tar -xvf cmake-3.16.4.tar.gz
cd cmake-3.16.4
./bootstrap --prefix=/path/to/CMAKE make -j 16 make install
export PATH=/path/to/CMAKE/bin:$PATH