diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2009-06-17 08:03:52 +0000 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2009-06-17 08:03:52 +0000 |
commit | 568ba25d48ff2d2f4b66f066f33fd43e6a20446c (patch) | |
tree | 0712684a0b88b00e8fbc5f1c56396200114b7a04 /modules | |
parent | 852c577c89a7195b94545a53b40406f1034baf3c (diff) | |
download | extra-cmake-modules-568ba25d48ff2d2f4b66f066f33fd43e6a20446c.tar.gz extra-cmake-modules-568ba25d48ff2d2f4b66f066f33fd43e6a20446c.tar.bz2 |
applied naming change
svn path=/trunk/KDE/kdelibs/; revision=982917
Diffstat (limited to 'modules')
-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 |