Don't copy the template Linux mime files when installing
This commit is contained in:
parent
744d745ee5
commit
91c551f4ab
|
@ -79,6 +79,9 @@ elseif( UNIX )
|
||||||
install( DIRECTORY ${PROJECT_BINARY_DIR}/resources/linux/mime/
|
install( DIRECTORY ${PROJECT_BINARY_DIR}/resources/linux/mime/
|
||||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages
|
||||||
COMPONENT resources
|
COMPONENT resources
|
||||||
|
FILES_MATCHING
|
||||||
|
PATTERN "*.xml"
|
||||||
|
PATTERN "*.in" EXCLUDE
|
||||||
)
|
)
|
||||||
|
|
||||||
# Install application launchers (.desktop files)
|
# Install application launchers (.desktop files)
|
||||||
|
|
Loading…
Reference in New Issue