Fix some cmake modules typos

master
willson-chen 2019-11-02 22:36:52 +08:00 committed by Mike Frysinger
parent d8e0c1a5a3
commit ecea96be09
2 changed files with 3 additions and 4 deletions

View File

@ -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.

View File

@ -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.