docopt / docopt.cpp

C++11 port of docopt
Boost Software License 1.0
1.04k stars 146 forks source link

Travis CI: fix libboost package issue #121

Closed jaredgrubb closed 4 years ago

jaredgrubb commented 4 years ago

Attempt to fix part of #119

tdegeus commented 4 years ago

Looks good to me.

Two suggestions/comments:

jaredgrubb commented 4 years ago

Cleaner to link boost using CMake? Not sure what you mean?

A MSVC check would be nice, as their stuff is subtly different.