Closed BrandonHe closed 7 years ago
I had the same problem of cmake not finding openssl. The fix didn't work for me since running openssl version
retrieved my conda version of openssl which didn't match my brew installation and invalidated the path.
I fixed it by hard coding the version installed by brew. OPENSSL_VERSION='1.0.2q'
I'm not sure if other users have faced this problem.
me too, I fixed it by using OPENSSL_VERSION='1.0.2n'
This PR aims to fix error of cmake not find openssl in mac while run install-mac.sh.
Reference issues:
32
51