From 91f47c81b572e808046361b02cb824ab378c3841 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Tue, 1 Aug 2017 11:57:28 +0100 Subject: [PATCH] Revert "remove conditional installation of docs, it has no effect on translations" This reverts commit 9383159c970ec3ca6f7124d4712afc623c16b482. --- doc/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index e149fa267..b4b353e79 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,3 +1,5 @@ ecm_optional_add_subdirectory(klipper) ecm_optional_add_subdirectory(kcontrol) -ecm_optional_add_subdirectory(PolicyKit-kde) +if(POLKITQT_FOUND) + ecm_optional_add_subdirectory(PolicyKit-kde) +endif()