From ead3953d544bf0068b7501b8e3dad9bd53c61ed4 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Tue, 7 Aug 2018 16:21:15 +0200 Subject: [PATCH] code cleanup --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 928eee1..60e9b6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,8 +61,7 @@ else(WIN32 AND NOT UNIX) set(CPACK_SOURCE_STRIP_FILES "") install(FILES ${kima2_SHARE} DESTINATION share/applications) install(FILES "${CMAKE_SOURCE_DIR}/manual/Benutzerhandbuch.pdf" - DESTINATION share - COMPONENT manualData) + DESTINATION share) endif (WIN32 AND NOT UNIX) if( MINGW )