aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Duley <daniel.duley@verizon.net>2007-08-27 07:32:48 +0000
committerDaniel M. Duley <daniel.duley@verizon.net>2007-08-27 07:32:48 +0000
commit483afe0580252378d2260cdff67b42055dda3471 (patch)
tree388c11c437e1aafec6825ca8d0c364415c2cb42b
parent0e6e562f6144cb145c893aaf81c200e9bc4d8b73 (diff)
downloadextra-cmake-modules-483afe0580252378d2260cdff67b42055dda3471.tar.gz
extra-cmake-modules-483afe0580252378d2260cdff67b42055dda3471.tar.bz2
Use new name,
svn path=/trunk/KDE/kdelibs/; revision=705108
-rw-r--r--modules/FindBlitz.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindBlitz.cmake b/modules/FindBlitz.cmake
index 4d88fb92..9bffab7f 100644
--- a/modules/FindBlitz.cmake
+++ b/modules/FindBlitz.cmake
@@ -16,7 +16,7 @@ endif (BLITZ_INCLUDES AND BLITZ_LIBRARIES)
find_path(BLITZ_INCLUDES
NAMES
- blitz.h
+ qimageblitz.h
PATH_SUFFIXES blitz
PATHS
${KDE4_INCLUDE_DIR}
@@ -25,7 +25,7 @@ find_path(BLITZ_INCLUDES
FIND_LIBRARY(BLITZ_LIBRARIES
NAMES
- blitz
+ qimageblitz
PATHS
${KDE4_LIB_DIR}
${LIB_INSTALL_DIR}