summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohann Klähn <kljohann@gmail.com>2013-01-14 22:24:56 +0100
committerJohann Klähn <kljohann@gmail.com>2013-01-14 23:39:34 +0100
commitb13f0c33c3c9633ef370633817e35bb35c399b42 (patch)
treeaab0d55ad8fda60fdb74065b1e2688ff1f855d5f /CMakeLists.txt
parent3af432d33002010a508daa02a013c76c9f9ead62 (diff)
downloadfork-ledger-b13f0c33c3c9633ef370633817e35bb35c399b42.tar.gz
fork-ledger-b13f0c33c3c9633ef370633817e35bb35c399b42.tar.bz2
fork-ledger-b13f0c33c3c9633ef370633817e35bb35c399b42.zip
repair doxygen support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
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()