code cleanup

This commit is contained in:
Martin Brodbeck 2018-08-07 16:21:15 +02:00
parent ba1a58dd5b
commit ead3953d54
1 changed files with 1 additions and 2 deletions

View File

@ -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 )