Relative Content

Tag Archive for c++boostconanconan-2

Setting boost compilation options in conanfile.py

I’ve got the following structure of conanfile.py for the purpose of installing boost in my macOS build machine. Apparently some boost components are not supported in this platform and should be omitted according to this post. Thus I need to apply the following settings. However, this is how they are configured in conanfile.txt, and I’m already working with conanfile.py, so I need to find the equivalent python code to this settings :