From 4cf6c06ddaced1802012108dc01a16d20b185b79 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 3 Jul 2014 13:13:06 +0200 Subject: [PATCH] Useless linkage is useless. --- src/modules/greeting/CMakeLists.txt | 1 - src/modules/partition/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/src/modules/greeting/CMakeLists.txt b/src/modules/greeting/CMakeLists.txt index 5b4290a94..5ca3a131f 100644 --- a/src/modules/greeting/CMakeLists.txt +++ b/src/modules/greeting/CMakeLists.txt @@ -9,6 +9,5 @@ calamares_add_plugin( greeting UI LINK_LIBRARIES ${CALAMARES_LIBRARIES} - calamares_bin SHARED_LIB ) diff --git a/src/modules/partition/CMakeLists.txt b/src/modules/partition/CMakeLists.txt index 3715dcec4..f6835d931 100644 --- a/src/modules/partition/CMakeLists.txt +++ b/src/modules/partition/CMakeLists.txt @@ -23,7 +23,6 @@ calamares_add_plugin( partition LINK_LIBRARIES calapm ${CALAMARES_LIBRARIES} - calamares_bin KF5::CoreAddons SHARED_LIB )