No longer depend on Boost.program_options.

This commit is contained in:
2019-09-25 12:56:57 +02:00
parent 90b067ce0d
commit 5b91fd4da3
3 changed files with 74 additions and 29 deletions

View File

@@ -14,7 +14,6 @@ Install the dependencies:
by default tries to dynamically link GTest, and the Ubuntu packages
only provide a statically linked archive. You may need to compile it
for yourself.
- [Boost.Program_options](https://www.boost.org/doc/libs/1_71_0/doc/html/program_options.html)
```
mkdir build && cd build