Open mye opened 5 years ago
That is definitely not the final solution :) Have a look at packages/ssl/CMakeList.txt, where you should find a lot of inspiration to do the right check. Note that while working and testing this, you can run cmake -U 'pattern' ..
to only re-run the configuration tests that match pattern (a file glob pattern).
Homebrew installs openssl without SSL3 support which causes the error
I fixed this by adding
to the end of
packages/ssl/CMakeLists.txt
. I barely know cmake so I'm not sure if this guarded by some OS-detecting flag would be a proper fix, can make a pull request if so.