tar -xzvf cmake-3.17.0-rc2.tar.gz
cd cmake-3.17.0-rc2
./configure --prefix=/path/to/CMAKE
make -j16 make install
export PATH=/path/to/CMAKE/bin:$PATH