From c9cd020c5491b578f6a3ab46a2fa64451d566a18 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 21 May 2019 15:59:35 +0200 Subject: [PATCH] Fixed cmake options. --- CMakeLists.txt | 2 +- README.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b58694..baff763 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.2) project(remwharead - VERSION 0.2.2 + VERSION 0.2.3 LANGUAGES CXX ) diff --git a/README.adoc b/README.adoc index 0b8eca7..e0cce73 100644 --- a/README.adoc +++ b/README.adoc @@ -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.