-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) #26
Comments
Because your sub project(s) check it with "find_package(OpenSSL)". So you need to setup it:
|
|
|
|
It's the |
Try adding the following , before add of deps/curl: add_library(OpenSSL::Crypto ALIAS crypto) Also see: https://cmake.org/cmake/help/v3.6/module/FindOpenSSL.html edit: Yep looking in this issue: #23 (comment) , that should resolve your issue |
Nope, no luck. I think it's something to do with Mac/Darwin. It isn't happening to me on Windows. Maybe colliding with some local installation of libcurl-dev I have somewhere with Mac OS X by default or brew or something? Really no clue.
|
Hey still a problem for me |
I still have the same problem on windows with the version 3.27.0-rc2. Is there any other solution? |
Same issue with Ubuntu 22.04.3 via WSL trying to build the toolchain for SerenityOS. Cross-posting to the Serenity repo. |
The text was updated successfully, but these errors were encountered: