From kde-commits Mon Dec 01 12:24:36 2014 From: Harald Sitter Date: Mon, 01 Dec 2014 12:24:36 +0000 To: kde-commits Subject: [print-manager/frameworks] libkcups: don't install a so symlink for the private kcups library Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=141743668411922 Git commit 6bd10053584d14186c72e6a857a2b23f3021295a by Harald Sitter. Committed on 01/12/2014 at 12:24. Pushed by sitter into branch 'frameworks'. don't install a so symlink for the private kcups library M +1 -1 libkcups/CMakeLists.txt http://commits.kde.org/print-manager/6bd10053584d14186c72e6a857a2b23f302129= 5a diff --git a/libkcups/CMakeLists.txt b/libkcups/CMakeLists.txt index ffd9102..9e33554 100644 --- a/libkcups/CMakeLists.txt +++ b/libkcups/CMakeLists.txt @@ -38,4 +38,4 @@ target_link_libraries(kcupslib ${CUPS_LIB} ) = -install(TARGETS kcupslib ${INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS kcupslib ${INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY NAMELINK_= SKIP)