udacity / CarND-Extended-Kalman-Filter-Project

Self-Driving Car Nanodegree Program Starter Code for the Extended Kalman Filter Project
MIT License
335 stars 1.56k forks source link

update to fix issue of cmake error not find openssl #61

Closed BrandonHe closed 7 years ago

BrandonHe commented 7 years ago

This PR aims to fix error of cmake not find openssl in mac while run install-mac.sh.

Reference issues:

32

51

ashwinmr commented 5 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.

yangwang166 commented 5 years ago

me too, I fixed it by using OPENSSL_VERSION='1.0.2n'