From fe33404feee9caab079cde81bbebad671100a218 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Tue, 8 Apr 2014 01:55:21 +1000 Subject: [PATCH] Make documentation build. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1c72b636..3052efc47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,7 +174,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/plasma_version.h include_directories(${CMAKE_CURRENT_BINARY_DIR}) ################# list the subdirectories ################# -if (KF5DocTools) +if (KF5DocTools_FOUND) add_subdirectory(doc) endif() add_subdirectory(src)