Closed
Description
What is your question?
This link https://github.com/conan-io/conan-center-index/blob/master/recipes/spdlog/all/conanfile.py shows the recipe of spdlog.
I found that although there's no runenv relative setting in package_info() method, but when I built my app with shared spdlog dependency, after I activated the runenv script , the spdlog bin folder can still be added to PATH. Why?
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide