aboutsummaryrefslogtreecommitdiff
path: root/modules/FindTIFF.cmake
diff options
context:
space:
mode:
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 829a3485..24b75b9f 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.