conan-io / hooks

Official Conan client hooks
MIT License
32 stars 46 forks source link

[conan-center] Accept settings.compiler.rm_safe #472

Closed uilianries closed 1 year ago

uilianries commented 1 year ago

The hook KB-H011 only validates pure_c when settings.compiler is present in the recipe, which means, self.settings.compiler.rm_safe should work too.

For those cases when settings or even settings.compiler is removed, does not make any sense removing libcxx or cppstd too.

close #471

/cc @prince-chrismc @jcar87