From e78e2885fe3f63cb806c959573f38e01be3c1ca2 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Fri, 2 Mar 2012 15:21:51 +0000 Subject: [PATCH] [trunk] minor style to sync with branch 1.5 --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 71691927..d30e384e 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -9,7 +9,7 @@ IF(DOXYGEN_FOUND) # Configure the doxygen config file with variable from CMake and move it CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.dox.cmake.in ${CMAKE_BINARY_DIR}/doc/Doxyfile-html.dox @ONLY) - + # Configure the html mainpage file of the doxygen documentation with variable # from CMake and move it CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mainpage.dox.cmake