summaryrefslogtreecommitdiff
path: root/Modules/FindGIF.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-07-27 20:32:59 +0200
committerAlex Neundorf <neundorf@kde.org>2011-07-27 20:32:59 +0200
commit7c3852347082a4a0fbeab747d0ec975b72a13c27 (patch)
treee62c506c7e6795f2e1e841a6ccce92416d22fa6c /Modules/FindGIF.cmake
parent49a00ec2def5882aa056638c3ae0b3088157de93 (diff)
downloadcmake-7c3852347082a4a0fbeab747d0ec975b72a13c27.tar.gz
Strip trailing whitespace
Alex
Diffstat (limited to 'Modules/FindGIF.cmake')
-rw-r--r--Modules/FindGIF.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/FindGIF.cmake b/Modules/FindGIF.cmake
index 1fad07ddd7..43802ccb1d 100644
--- a/Modules/FindGIF.cmake
+++ b/Modules/FindGIF.cmake
@@ -1,6 +1,6 @@
# This module defines
# GIF_LIBRARIES - libraries to link to in order to use GIF
-# GIF_FOUND, if false, do not try to link
+# GIF_FOUND, if false, do not try to link
# GIF_INCLUDE_DIR, where to find the headers
#
# $GIF_DIR is an environment variable that would
@@ -19,7 +19,7 @@
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
-# Created by Eric Wing.
+# Created by Eric Wing.
# Modifications by Alexander Neundorf
FIND_PATH(GIF_INCLUDE_DIR gif_lib.h
@@ -37,7 +37,7 @@ FIND_PATH(GIF_INCLUDE_DIR gif_lib.h
# the gif library can have many names :-/
SET(POTENTIAL_GIF_LIBS gif libgif ungif libungif giflib)
-FIND_LIBRARY(GIF_LIBRARY
+FIND_LIBRARY(GIF_LIBRARY
NAMES ${POTENTIAL_GIF_LIBS}
HINTS
$ENV{GIF_DIR}
@@ -58,7 +58,7 @@ FIND_LIBRARY(GIF_LIBRARY
# see readme.txt
SET(GIF_LIBRARIES ${GIF_LIBRARY})
-# handle the QUIETLY and REQUIRED arguments and set GIF_FOUND to TRUE if
+# handle the QUIETLY and REQUIRED arguments and set GIF_FOUND to TRUE if
# all listed variables are TRUE
INCLUDE(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GIF DEFAULT_MSG GIF_LIBRARY GIF_INCLUDE_DIR)