I am using cucumber cpp and one more third party library in my code, but while running I am getting the segmentation fault, finally I found the root cause of this error this, this is failing because both library using Boost::program_Option
it means two definition are there for same purpose.
Can you help me how to resolve this?