aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-10-11 16:41:16 +0200
committerStephen Kelly <steveire@gmail.com>2013-10-11 16:41:16 +0200
commit51f203c6676d5e07ba653147fba2f04aa2b41293 (patch)
tree9f95462895aff278152a1dc0eb33de424f258a03
parentba86148cfc7804a1dbfd194d57db99768ed8a12b (diff)
downloadextra-cmake-modules-51f203c6676d5e07ba653147fba2f04aa2b41293.tar.gz
extra-cmake-modules-51f203c6676d5e07ba653147fba2f04aa2b41293.tar.bz2
Comment out the CMAKE_LINK_INTERFACE_LIBRARIES
-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)