From 67dd5b34b464fecf0715c184b5342abe0d1c7353 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 22 Oct 2015 21:34:48 -0500 Subject: [PATCH] Bracket document configuration with empty lines, now that we do some serious work there. --- doc/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 7290bfe094..36fc773dc6 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -18,6 +18,7 @@ # IF(DEAL_II_COMPONENT_DOCUMENTATION) + MESSAGE(STATUS "") MESSAGE(STATUS "Setting up documentation") ADD_SUBDIRECTORY(doxygen) @@ -44,6 +45,7 @@ IF(DEAL_II_COMPONENT_DOCUMENTATION) ) MESSAGE(STATUS "Setting up documentation - Done") + MESSAGE(STATUS "") ENDIF(DEAL_II_COMPONENT_DOCUMENTATION) -- 2.39.5