Fixed cmake options.

This commit is contained in:
tastytea 2019-05-21 15:59:35 +02:00
parent 7395c9fcd9
commit c9cd020c54
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.2)
project(remwharead
VERSION 0.2.2
VERSION 0.2.3
LANGUAGES CXX
)

View File

@ -95,8 +95,8 @@ 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.
* `WITH_MOZILLA=YES` to install the helper script for the Mozilla extension.
* `-DWITH_TESTS=YES` to compile the tests.
* `-DWITH_MOZILLA=YES` to install the helper script for the Mozilla extension.
* One of:
** `-DWITH_DEB=YES` if you want to be able to generate a deb-package.
** `-DWITH_RPM=YES` if you want to be able to generate an rpm-package.