-
Notifications
You must be signed in to change notification settings - Fork 796
Fix private deps #1027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix private deps #1027
Conversation
|
This does not fix the problem #1026 addressed. rm -rf build
conan install . -s build_type=Release --build=missing --settings:host compiler.cppstd=17 -o */*:shared=True
cmake --preset conan-release
cmake --build --preset conan-releaseThe bt lib builds just fine, but when things that depend on it (tests, tools, examples) try to link they fail with undef symbols. |
|
interesting. Would set the conanfile.py configuration to ZMQ static help, in your opinion? |
|
I think the And even if it works I think it would just shove the problem under the rug |
I believe that this is the correct solution (still testing)
See #1026 #1024 #1023 In BehaviorTree/BehaviorTree.CPP;