From f5c319829ce724f8081a6bdfbf66d20e612bf766 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org>
Date: Sun, 27 Apr 2014 21:59:24 +0200
Subject: [PATCH] [CMake] Fix wront argument BIB_FILES to BIBFILES.

Reformat whole CMakeLists.txt file for better readability.
---
 doc/CMakeLists.txt | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 1b294f484..824e02544 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,5 +1,9 @@
-add_subdirectory("doxygen")
-dune_add_latex_document(istl.tex FATHER_TARGET doc
-  BIB_FILES istl.bib  DEFAULT_SAFEPDF IMAGES blockstructure.eps)
+add_subdirectory(doxygen)
+
+dune_add_latex_document(istl.tex
+  FATHER_TARGET doc
+  DEFAULT_SAFEPDF
+  BIBFILES istl.bib
+  IMAGES blockstructure.eps)
 create_doc_install(istl.pdf
   ${CMAKE_INSTALL_DOCDIR} istl_safepdf)
-- 
GitLab