aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-modules/KDECMakeSettings.cmake2
1 files changed, 1 insertions, 1 deletions
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)