diff options
| -rw-r--r-- | modules/FindKDE4Internal.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 397a0d79..e06789c5 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -583,7 +583,7 @@ endif(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSI  option(KDE4_ENABLE_FPIE  "Enable platform supports PIE linking")  if (WIN32) -   find_package(KDEWIN REQUIRED) +   find_package(KDEWin REQUIRED)     OPTION(KDE4_ENABLE_UAC_MANIFEST "add manifest to make vista uac happy" OFF)     if (KDE4_ENABLE_UAC_MANIFEST)        find_program(KDE4_MT_EXECUTABLE mt | 
