Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Ensure that CMake finds the right OpenSSL libs
Due to this minor oversight, the build script moved the generated artifacts and CMake subsequently failed to find them, silently falling back to the incorrect system-provided version. This then lead to libcurl using the wrong headers because CMake "found" them elsewhere, without realizing the versions didn't match or generating any warnings.
- Loading branch information