Fix build options list.

This commit is contained in:
tastytea 2021-05-20 08:06:38 +02:00
parent 517872a179
commit e5a36c010b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ cmake --build . -- --jobs=$(nproc --ignore=1)
* `-DCMAKE_BUILD_TYPE=Debug` for a debug build.
* `-DWITH_TESTS=YES` if you want to compile the tests.
* `-DGENERATE_POT=NO` to not (re-)generate the .pot file.
** `-DXGETTEXT_CMD=String` The program to use instead of `xgettext`.
* `-DXGETTEXT_CMD=String` The program to use instead of `xgettext`.
include::{uri-base}/raw/branch/main/CONTRIBUTING.adoc[]