docopt.cpp
docopt.cpp copied to clipboard
Improve docopt-config.cmake in case of Boost regex
This commit declares the transitive dependency to Boost in case docopt is build with Boost regex support. In this way, the user doesn't need to declare the dependency to Boost manually.
I'm not a make expert so it'd be nice to get some other eyes on this that can confirm this approach is reasonable.