Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows + choco OpenSSL 3.2.1 + CMake woes
Installing openssl 3.2.1 with Chocolatey if openssl 1.x is already present gives interesting results (it uses the include files from 3.x but the libraries of 1.x). You'd think that uninstalling openssl 1.x, then installing openssl 3.2.1 would solve all problems, but then CMake says it can't find OpenSSL at all, and indeed it can't find the libraries in the locations where it is looking for them. Signed-off-by: Erik Boasson <[email protected]>
- Loading branch information