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 )