mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-06 18:56:00 +00:00

* Bump Meson version * Use LANGUAGES keyword in CMake project commands * Alphabetize self.settings.rm_safe in configure * Remove keywords for pattern, src, and dst from calls to copy This keeps things consistent and simple. * Use _compilers_minimum_version for MSVC in CMake package This makes it consistent with other template packages. * Alphabetize compilers in _compilers_minimum_version * Use _min_cppstd in Autoools package for consistency * Add _compilers_minimum_version check to Autotools package * Alphabetize imports * Update docs/package_templates/autotools_package/all/conanfile.py Co-authored-by: Uilian Ries <uilianries@gmail.com> * Make min cppstd consistent with compiler minimum version --------- Co-authored-by: Uilian Ries <uilianries@gmail.com>