Horje
cmake 3.14 or higher is required. you are running version 3.13.4 Code Example
cmake 3.14 or higher is required. you are running version 3.13.4
sudo apt remove cmake #Uninstall old version

sudo apt-get install build-essential libssl-dev
wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0.tar.gz

tar -zxvf cmake-3.20.0.tar.gz
cd cmake-3.20.0
./bootstrap
make
sudo make install

cmake --version 




Shell

Related
cmake must be installed to build dlib Code Example cmake must be installed to build dlib Code Example
free up space ubuntu Code Example free up space ubuntu Code Example
find folder in centos 8 Code Example find folder in centos 8 Code Example
find directory ubuntu Code Example find directory ubuntu Code Example
how to check the current git user Code Example how to check the current git user Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12