Fix typo in cmake options.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-05-20 01:11:29 +02:00
parent f5dc5e2359
commit f57f3b578d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ cmake --build .
.cmake options:
* `-DCMAKE_BUILD_TYPE=Debug` for a debug build.
* `-DWITH_MAN=NO` to not compile the manpage.
* `WITH_TESTS=YES` to compile the tests.
* `-DWITH_TESTS=YES` to compile the tests.
You can run the tests with `ctest` inside `build/tests`. Install with `make
install`.