From 51f203c6676d5e07ba653147fba2f04aa2b41293 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 11 Oct 2013 16:41:16 +0200 Subject: Comment out the CMAKE_LINK_INTERFACE_LIBRARIES --- kde-modules/KDECMakeSettings.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-modules/KDECMakeSettings.cmake b/kde-modules/KDECMakeSettings.cmake index 800f7708..afd4dea3 100644 --- a/kde-modules/KDECMakeSettings.cmake +++ b/kde-modules/KDECMakeSettings.cmake @@ -96,7 +96,7 @@ if(NOT KDE_SKIP_BUILD_SETTINGS) # This reduces inter-package dependencies and makes it easier to remove # dependencies of shared libraries without breaking binary compatibility. # Since CMake 2.8.7 - set(CMAKE_LINK_INTERFACE_LIBRARIES "") +# set(CMAKE_LINK_INTERFACE_LIBRARIES "") # TODO: Remove this and the above line. cmake_policy(SET CMP0022 OLD) -- cgit v1.2.1