aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-02-01 17:19:10 +0000
committerLaurent Montel <montel@kde.org>2006-02-01 17:19:10 +0000
commite508911ab6bf5fea45a4189e4742e831e97cb2c7 (patch)
treefec9088d001b21b8f34e6723c846c53348fdc763
parentc3f3de43934521c05c9744c67743ac2a87d31996 (diff)
downloadextra-cmake-modules-e508911ab6bf5fea45a4189e4742e831e97cb2c7.tar.gz
extra-cmake-modules-e508911ab6bf5fea45a4189e4742e831e97cb2c7.tar.bz2
Fix typo
svn path=/trunk/KDE/kdelibs/; revision=504651
-rw-r--r--modules/FindPNG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindPNG.cmake b/modules/FindPNG.cmake
index 1442bbcf..87c53060 100644
--- a/modules/FindPNG.cmake
+++ b/modules/FindPNG.cmake
@@ -20,7 +20,7 @@ FIND_LIBRARY(PNG_LIBRARY NAMES png
)
IF(PNG_INCLUDE_DIR AND PNG_LIBRARY)
- SET(PNg_FOUND TRUE)
+ SET(PNG_FOUND TRUE)
ENDIF(PNG_INCLUDE_DIR AND PNG_LIBRARY)
IF(PNG_FOUND)