aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)