docopt / docopt.cpp

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

avoid install when docopt.cpp not build as top project #160

Closed black-desk closed 1 year ago

black-desk commented 1 year ago

When using cmake's fetchcontent function, the imported docopt.cpp should not generate install target.

I modify the cmakelist.txt as spdlog.