From b13f0c33c3c9633ef370633817e35bb35c399b42 Mon Sep 17 00:00:00 2001 From: Johann Klähn Date: Mon, 14 Jan 2013 22:24:56 +0100 Subject: repair doxygen support --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 132d7c47..f18df69a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -276,9 +276,7 @@ elseif(CMAKE_CXX_COMPILER MATCHES "g\\+\\+") endif() add_subdirectory(src) -if(BUILD_DOCS) - add_subdirectory(doc) -endif() +add_subdirectory(doc) if(BUILD_EMACSLISP) add_subdirectory(lisp) endif() -- cgit v1.2.3