Hi,
I'm on Win 10 x64 and I'm trying to compile the cpp-jwt package in CLion, but it throws this error message:
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR)
so the first confusing thing here is that it refers to two different env vars... (?)
In any case, I have set the Windows env vars OPENSSL_ROOT_DIR and OPENSSL_INCLUDE_DIR and pointed both of them to the path of my OpenSSL executables which are v1.1.1g which I downloaded from the ICS wiki.
Could you help me and advise how to provide the OpenSSL path to this package (in order to compile it) or possibly tell me which OpenSSL version/package for Windows I should install ?
Thanks !
Hi,
I'm on Win 10 x64 and I'm trying to compile the cpp-jwt package in CLion, but it throws this error message:
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR)so the first confusing thing here is that it refers to two different env vars... (?)
In any case, I have set the Windows env vars
OPENSSL_ROOT_DIRandOPENSSL_INCLUDE_DIRand pointed both of them to the path of my OpenSSL executables which are v1.1.1g which I downloaded from the ICS wiki.Could you help me and advise how to provide the OpenSSL path to this package (in order to compile it) or possibly tell me which OpenSSL version/package for Windows I should install ?
Thanks !