From f9c29a9218d4bb4de7e8bebde5b2018e93effc16 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 2 Oct 2017 00:22:15 +0200 Subject: [PATCH] Deduplicate Code --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93deca93..2f29bcd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -296,14 +296,6 @@ qt5_add_resources(QRC resources/res.qrc) add_library(matrix_events ${MATRIX_EVENTS} src/Deserializable.cc) target_link_libraries(matrix_events Qt5::Core) -# -# Bundle icons. -# -if (APPLE) - set(ICON_FILE resources/nheko.icns) - set_source_files_properties(${ICON_FILE} PROPERTIES MACOSX_PACKAGE_LOCATION Resources) -endif() - if (BUILD_TESTS) # # Build tests.