From e2e66e3cf7f4bf4e653a7069841a5ca8f626c9bd Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 3 Jul 2014 18:07:02 +0200 Subject: [PATCH] Do not repeat repeat link libraries. --- src/modules/greeting/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/greeting/CMakeLists.txt b/src/modules/greeting/CMakeLists.txt index 904dcb039..4b804da72 100644 --- a/src/modules/greeting/CMakeLists.txt +++ b/src/modules/greeting/CMakeLists.txt @@ -8,8 +8,6 @@ calamares_add_plugin( greeting GreetingPage.cpp UI LINK_LIBRARIES - ${CALAMARES_LIBRARIES} calamaresui - ${CALAMARESUI_LIBRARIES} SHARED_LIB )