From f57f3b578d798ed1c171ef240704662b25a192c0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 May 2021 01:11:29 +0200 Subject: [PATCH] Fix typo in cmake options. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index f1cc141..1724bb4 100644 --- a/README.adoc +++ b/README.adoc @@ -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`.