aboutsummaryrefslogtreecommitdiff
path: root/modules/FindTIFF.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-08-16 11:46:27 +0000
committerAlexander Neundorf <neundorf@kde.org>2008-08-16 11:46:27 +0000
commit0abebd1516eaf9a77b9a75e8a8937ed82d8df38e (patch)
tree7b569b958e29bd724a8ddf720e535dbdf83bb446 /modules/FindTIFF.cmake
parent8fcd46e47bcdcc5722fbbd98e3c0d86088e086a1 (diff)
downloadextra-cmake-modules-0abebd1516eaf9a77b9a75e8a8937ed82d8df38e.tar.gz
extra-cmake-modules-0abebd1516eaf9a77b9a75e8a8937ed82d8df38e.tar.bz2
- FindLibXslt.cmake: proper naming for the variable for the executable
- FindTIFF.cmake: minor cosmetics (sync with cmake) *PkgConfig: not required anymore now that we require cmake 2.6.0 Alex svn path=/trunk/KDE/kdelibs/; revision=847813
Diffstat (limited to 'modules/FindTIFF.cmake')
-rw-r--r--modules/FindTIFF.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindTIFF.cmake b/modules/FindTIFF.cmake
index 24b75b9f..829a3485 100644
--- a/modules/FindTIFF.cmake
+++ b/modules/FindTIFF.cmake
@@ -3,8 +3,8 @@
# This module defines
# TIFF_INCLUDE_DIR, where to find tiff.h, etc.
# TIFF_LIBRARIES, libraries to link against to use TIFF.
-# TIFF_FOUND, If false, do NOT try to use TIFF.
-# also defined, but NOT for general use are
+# TIFF_FOUND, If false, do not try to use TIFF.
+# also defined, but not for general use are
# TIFF_LIBRARY, where to find the TIFF library.
# Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.