Trying to install CMake 3.17.3 on Ubuntu

my system is Ubuntu 20 on WSL and up to date.

screenshots

You need to install libssl-dev:

$ sudo apt-get install libssl-dev

Alternatively, since you’re using Ubuntu, you can try our Ubuntu builds at https://apt.kitware.com/.

Thanks. I’ll try this. is it different form the steps I took to install openssl ?

This worked. thanks.