-
Notifications
You must be signed in to change notification settings - Fork 180
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 MbedTLS (missing: MBEDX509_LIBRARY MBEDCRYPTO_LIBRARY) #528
Comments
Solved. These values:
should be replaced with these ones:
|
But now when I press "Generate" I see these warnings:
|
I try to ignore the warnings above and build
But the following error occurs at the end of building:
|
I try to build from the console line. How to solve
|
Solved:
|
I try to compile:
Why I have this error?
|
I have tried to compile Full log:
|
IXWebSocket-11.4.5 (March 6, 2024)
Window 10 64-bit
CMake 3.27
MinGW-w64
Hello,
I try to use Mbed-TLS 3.6.1:
I have installed
MbedTLS
using CMake and MinGW-w64. I set paths toMbedTLS
as on the screenshot below. But why I have this error:Could NOT find MbedTLS (missing: MBEDX509_LIBRARY MBEDCRYPTO_LIBRARY)
How to solve it?The text was updated successfully, but these errors were encountered: