pocoproject / conan-poco

Conan.io package for POCO C++ Libraries
17 stars 28 forks source link

Build failed when net is disabled #41

Open itielsa opened 5 years ago

itielsa commented 5 years ago

I'm learning how to use poco with conan, and when i set "enable_net=False" it has build error when it tries to build Poco::MongoDB (as far as i can tell). conanlog.txt this is my conanfile: conanfile.txt I've tried to find documentation about other options that must be set when i disable the net module, but i couldn't find anything. Is it a bug?