conan-io / examples

Conan 1.x examples
MIT License
124 stars 66 forks source link

Handle c++11 settings in waf build helper Issue/31 #33

Closed czoido closed 5 years ago

czoido commented 5 years ago

Added options to handle c++11 settings in Conan with compiler.cppstd and build the examples with the flag set to compiler.cppstd=11 so it builds without warnings.

Closes #31

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.