Skip to content

FindOpenSSL: Set target precise target type

Benoît Bleuzé requested to merge benoitbleuze/cmake:importedTgtOpenSSL into master

Guess the type of library found by the module.

Base the type on the extension for non dll platforms, and use the presence of a dll file for windows. Also fill in the IMPORTED_LOCATION and IMPORTED_IMPLIB accordingly.

refs #16210 (closed)

Merge request reports