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?
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?