From 565ab669fa5e3fe25656a8f497af2f2551d2973c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carsten=20Gr=C3=A4ser?= <graeser@dune-project.org>
Date: Tue, 13 May 2014 13:24:45 +0200
Subject: [PATCH] Add missing DESTINATION tag to argument of install command

---
 doc/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 80f4b3b..bb6a0e8 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,3 +1,3 @@
 add_subdirectory("doxygen")
 
-install(FILES LOWRANKBRANCH-BACKPORT-CHANGES ${CMAKE_INSTALL_DOCDIR})
\ No newline at end of file
+install(FILES LOWRANKBRANCH-BACKPORT-CHANGES DESTINATION ${CMAKE_INSTALL_DOCDIR})
-- 
GitLab