diff options
| author | Dario Freddi <drf@kde.org> | 2009-08-31 17:13:06 +0000 | 
|---|---|---|
| committer | Dario Freddi <drf@kde.org> | 2009-08-31 17:13:06 +0000 | 
| commit | 30f4fb9a7189168f8b9fc87001106ef2205a99a2 (patch) | |
| tree | c3e1b3b9b270d8f026490c3d84e1e3e43982cebe /modules | |
| parent | 8d88fdf2461f7fe521ba2a4da945ed670557eb13 (diff) | |
| download | extra-cmake-modules-30f4fb9a7189168f8b9fc87001106ef2205a99a2.tar.gz extra-cmake-modules-30f4fb9a7189168f8b9fc87001106ef2205a99a2.tar.bz2 | |
Fix modules
svn path=/trunk/KDE/kdelibs/; revision=1017843
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/MacroKAuth.cmake | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/modules/MacroKAuth.cmake b/modules/MacroKAuth.cmake index f051ee4e..57d994e4 100644 --- a/modules/MacroKAuth.cmake +++ b/modules/MacroKAuth.cmake @@ -55,7 +55,9 @@ elseif(UNIX)                         COMMENT "Generating ${HELPER_ID}.policy")      add_custom_target("actions for ${HELPER_ID}" ALL DEPENDS ${_output}) +    if (POLKITQT_FOUND)      install(FILES ${_output} DESTINATION ${POLICY_FILES_INSTALL_DIR}) +    endif (POLKITQT_FOUND)  endif()  endmacro(kde4_auth_register_actions) | 
