From 6f8cda84c30577da06359b17b80f714e9aeaeb64 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 25 Jul 2014 01:55:28 +0200 Subject: [PATCH] Fix installation. Well, it seems we forgot to update doc/CMakeLists.txt to install the new README.md file... --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 64d79e2c07..8e4af6274c 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -61,7 +61,7 @@ ENDIF() SET(_destination) INSTALL(FILES - ${CMAKE_SOURCE_DIR}/README + ${CMAKE_SOURCE_DIR}/README.md ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION ${_foo} COMPONENT library -- 2.39.5