From 0abebd1516eaf9a77b9a75e8a8937ed82d8df38e Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sat, 16 Aug 2008 11:46:27 +0000 Subject: - 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 --- modules/FindTIFF.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/FindTIFF.cmake') 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. -- cgit v1.2.1