aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-01-15 00:09:03 +0000
committerAlexander Neundorf <neundorf@kde.org>2008-01-15 00:09:03 +0000
commit76e484e69e95cdd0550304a714c0e2ff83cb2858 (patch)
tree3a5f4b71fd0694fe30cac39a28bb28fa4498b590
parent4fed5e58aa64ea5c1e9ef9d582fc5fb06ba7be78 (diff)
downloadextra-cmake-modules-76e484e69e95cdd0550304a714c0e2ff83cb2858.tar.gz
extra-cmake-modules-76e484e69e95cdd0550304a714c0e2ff83cb2858.tar.bz2
fix it
Alex svn path=/trunk/KDE/kdelibs/; revision=761504
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index e2dfa71f..e9f9ac43 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -716,7 +716,7 @@ if (UNIX)
set( _KDE4_DEFAULT_USE_FULL_RPATH OFF )
endif (NOT APPLE)
- option(KDE4_USE_ALWAYS_FULL_RPATH "If set to TRUE, also libs and plugins will be linked with the full RPATH, which will usually make them work better, but make install will take longer." _KDE4_DEFAULT_USE_FULL_RPATH)
+ option(KDE4_USE_ALWAYS_FULL_RPATH "If set to TRUE, also libs and plugins will be linked with the full RPATH, which will usually make them work better, but make install will take longer." ${_KDE4_DEFAULT_USE_FULL_RPATH} )
set( _KDE4_PLATFORM_INCLUDE_DIRS)