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 )