conan-io / examples2

Conan 2.x examples
MIT License
94 stars 49 forks source link

Add MakeDeps example #115

Open uilianries opened 1 year ago

uilianries commented 1 year ago

Some of Poco deps requires GCC >=7

No support for Windows now, let's postpone it as will require msys2

uilianries commented 1 year ago

It fails because MakeDeps is not available yet in current version.

uilianries commented 1 year ago

We can not use Poco, because we will need C++17:

libmysqlclient/8.0.31: Cannot build for this configuration: Current cppstd (gnu14) is lower than the required C++ standard (17).

czoido commented 1 year ago

Great! Just a two things:

uilianries commented 1 year ago
uilianries commented 1 year ago

@czoido Yes, now is everything correct: