···11-diff --git a/CMakeLists.txt b/CMakeLists.txt
22-index 1ea7c1df..b0face0d 100644
33---- a/CMakeLists.txt
44-+++ b/CMakeLists.txt
55-@@ -176,6 +176,10 @@ ELSE()
66- SET (SKIP_COMPONENTS "N-O-N-E")
77- ENDIF()
88-99-+IF (WITHOUT_CLIENT)
1010-+ SET (SKIP_COMPONENTS "Client|ClientPlugins|ManPagesClient")
1111-+ENDIF()
1212-+
1313- OPTION(NOT_FOR_DISTRIBUTION "Allow linking with GPLv2-incompatible system libraries. Only set it you never plan to distribute the resulting binaries" OFF)
1414-1515- INCLUDE(check_compiler_flag)