summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Sander <oliver.sander@tu-dresden.de>2019-04-30 12:36:37 +0200
committerOliver Sander <oliver.sander@tu-dresden.de>2019-04-30 12:36:37 +0200
commitfe744fedb2757c6a6b69a5a7a30cab8b7e448cc5 (patch)
treed24a25fa52135d9c368e6ecf605f1a6bb7289245
parent0d0630cd6f10d0586172b740290056620fe56b21 (diff)
Fix some typos in build system output and comments
-rw-r--r--CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4630dfd7..d187f4e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,9 +45,9 @@ set (CMAKE_CXX_EXTENSIONS OFF)
# command line switches
option(ENABLE_UNSTABLE_API_ABI_HEADERS "Install API/ABI unstable xpdf headers." OFF)
-option(BUILD_GTK_TESTS "Whether compile the GTK+ test programs." ON)
-option(BUILD_QT5_TESTS "Whether compile the Qt5 test programs." ON)
-option(BUILD_CPP_TESTS "Whether compile the CPP test programs." ON)
+option(BUILD_GTK_TESTS "Whether to compile the GTK+ test programs." ON)
+option(BUILD_QT5_TESTS "Whether to compile the Qt5 test programs." ON)
+option(BUILD_CPP_TESTS "Whether to compile the CPP test programs." ON)
option(ENABLE_SPLASH "Build the Splash graphics backend." ON)
option(ENABLE_UTILS "Compile poppler command line utils." ON)
option(ENABLE_CPP "Compile poppler cpp wrapper." ON)
@@ -96,7 +96,7 @@ endif()
if(WIN32)
set(_default_fontconfiguration "win32")
elseif(ANDROID)
- # on android we don't have fontconfig and we don't want window-specific code
+ # on android we don't have fontconfig and we don't want windows-specific code
set(_default_fontconfiguration "generic")
else()
set(_default_fontconfiguration "fontconfig")