summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorwillson-chen <willson.chenwx@gmail.com>2019-11-02 22:36:52 +0800
committerMike Frysinger <vapier@gmail.com>2019-11-03 18:27:07 -0700
commitecea96be09d5f732d76fcaa6cc3bfb615f6e01cb (patch)
tree052df3d747cea26f6b0222f10380ac745cc685a3 /cmake
parentd8e0c1a5a32ad373b87b1d7aac70260ed354cfbb (diff)
downloadlibgd-ecea96be09d5f732d76fcaa6cc3bfb615f6e01cb.tar.gz
Fix some cmake modules typos
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindWEBP.cmake3
-rw-r--r--cmake/modules/FindXPM.cmake4
2 files changed, 3 insertions, 4 deletions
diff --git a/cmake/modules/FindWEBP.cmake b/cmake/modules/FindWEBP.cmake
index 40a53b4..1fc8bf8 100644
--- a/cmake/modules/FindWEBP.cmake
+++ b/cmake/modules/FindWEBP.cmake
@@ -2,9 +2,8 @@
#
# This module defines
-# WEBP_INCLUDE_DIR, where to find png.h, etc.
+# WEBP_INCLUDE_DIR, where to find decode.h, etc.
# WEBP_LIBRARIES, the libraries to link against to use WEBP.
-# WEBP_DEFINITIONS - You should ADD_DEFINITONS(${WEBP_DEFINITIONS}) before compiling code that includes png library files.
# WEBP_FOUND, If false, do not try to use WEBP.
# also defined, but not for general use are
# WEBP_LIBRARY, where to find the WEBP library.
diff --git a/cmake/modules/FindXPM.cmake b/cmake/modules/FindXPM.cmake
index bb5103e..2cb0c22 100644
--- a/cmake/modules/FindXPM.cmake
+++ b/cmake/modules/FindXPM.cmake
@@ -2,9 +2,9 @@
#
# This module defines
-# XPM_INCLUDE_DIR, where to find png.h, etc.
+# XPM_INCLUDE_DIR, where to find xpm.h, etc.
# XPM_LIBRARIES, the libraries to link against to use XPM.
-# XPM_DEFINITIONS - You should ADD_DEFINITONS(${XPM_DEFINITIONS}) before compiling code that includes png library files.
+# XPM_DEFINITIONS - You should ADD_DEFINITONS(${XPM_DEFINITIONS}) before compiling code that includes xpm library files.
# XPM_FOUND, If false, do not try to use XPM.
# also defined, but not for general use are
# XPM_LIBRARY, where to find the XPM library.