Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#14066) OpenSSL 1.x.x Conan 2.0 compatibility
* OpenSSL 1.x.x Conan 2.0 compatibility * Removed legacy code * Fix lint issues * Fix pedantic lint issue * Work around linter limitations * Require Conan 1.53 * nmake doesn't like -j1 * 1.53 is not enough to rely on settings_build * Remove legacy code to try to molify github-actions bot * Fix lint warning in test recipe * Moved 'r' prefix to correct location * conandata.yml schema now requires patch_description and patch_type * Use 'if' rather than 'elif' per linter * Use f-strings per lint * Put back legacy support * Don't require msys2 when using nmake * Fixes for review comments * Apply suggestions from code review Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Use self.settings in validate() Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Removed use of shutil.which as override mechanism Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Use explicit calls to nmake; removed Conan-version-specific code * Revise comment regra Co-authored-by: Chris Mc <prince.chrismc@gmail.com> * Removed unused shutil import Co-authored-by: Chris Mc <prince.chrismc@gmail.com> Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
- Loading branch information