[DiscordArchive] Right, did that. Same error.
[DiscordArchive] Right, did that. Same error.
Archived author: FiftyTifty • Posted: 2022-12-20T21:24:38.296000+00:00
Original source
Right, did that. Same error.
```CMake Error at E:/Programs/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY Crypto
SSL) (found version "3.0.7")```
Am guessing this is because it's looking for the old OpenSSL version by default?
Archived author: FiftyTifty • Posted: 2022-12-20T21:26:26.388000+00:00
Original source
Ahh, you have to delete all the CMake stuff after changing the environment variables, then re-create it