Skip to content

FindOpenSSL: Fix finding header files and static libraries on MinGW

  • Avoid searching in the Program Files folder because the official OpenSSL is built for the MSVC ABI, and so is not compatible with MinGW.

  • Static libraries on MinGW has .a extension.

Topic-rename: FindOpenSSL-mingw

Edited by Brad King

Merge request reports