From ce04f16968e806625163d27482ac5c75b8eb14e8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 25 Aug 2022 11:41:01 +0200 Subject: CMake: remove unnecessary SVG installation These are included in the GResources now --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7dd1a6b5..d7d09df4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -180,15 +180,6 @@ install(FILES ${CMAKE_SOURCE_DIR}/scripts/detector-shift # Misc resources install(FILES ${CMAKE_SOURCE_DIR}/data/crystfel.svg - ${CMAKE_SOURCE_DIR}/data/crystfel-load-data.svg - ${CMAKE_SOURCE_DIR}/data/crystfel-peak-detection.svg - ${CMAKE_SOURCE_DIR}/data/crystfel-index-frame.svg - ${CMAKE_SOURCE_DIR}/data/crystfel-index-all.svg - ${CMAKE_SOURCE_DIR}/data/crystfel-unitcell.svg - ${CMAKE_SOURCE_DIR}/data/crystfel-ambiguity.svg - ${CMAKE_SOURCE_DIR}/data/crystfel-merge.svg - ${CMAKE_SOURCE_DIR}/data/crystfel-fom.svg - ${CMAKE_SOURCE_DIR}/data/crystfel-export.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps) # ---------------------------------------------------------------------- -- cgit v1.2.3