I have just upgrade my CMake from version 2.8 to 3.2.
It\'s working like a charm in CMake 2.8 but, after the upgrade, it\'s failing.
I\'m trying to build thi
What it worked for me is the following:
Update openssl
sudo apt-get install openssl libssl-dev
Modify bootstrap file to enable CMAKE_USE_OPENSSL. Replace this line by:
cmake_options="-DCMAKE_BOOTSTRAP=1 -DCMAKE_USE_OPENSSL=ON"
Run bootstrap script normally in cmake folder
/@path_to_cmake/bootstrap