summaryrefslogtreecommitdiff
path: root/Modules/FindAVIFile.cmake
diff options
context:
space:
mode:
authorIan Scott <ian.m.scott@stud.man.ac.uk>2002-09-03 06:10:06 -0400
committerIan Scott <ian.m.scott@stud.man.ac.uk>2002-09-03 06:10:06 -0400
commit0b288b612119c551faa78644e7a1a7f395a78c98 (patch)
tree35e1ac2d9a16b3cf917eee03ce9fc647472b18ce /Modules/FindAVIFile.cmake
parenta89dbfc1b9be897a2c9f0216d160185669ec795e (diff)
downloadcmake-0b288b612119c551faa78644e7a1a7f395a78c98.tar.gz
Fixed mistake in comments
Transferred OPENGL finding logic in from VXL Added Some backwards compatibility with CMake1.4
Diffstat (limited to 'Modules/FindAVIFile.cmake')
-rw-r--r--Modules/FindAVIFile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindAVIFile.cmake b/Modules/FindAVIFile.cmake
index 157d08a4ab..f1de1a20a2 100644
--- a/Modules/FindAVIFile.cmake
+++ b/Modules/FindAVIFile.cmake
@@ -8,7 +8,7 @@
# AVIFILE_INCLUDE_DIR, where to find avifile.h , etc.
# AVIFILE_LIBRARIES, the libraries to link against to use AVIFILE
# AVIFILE_DEFINITIONS, definitions to use when compiling code that uses AVIFILE.
-# AVIFILE_FOUND, If false, do try to use AVIFILE.
+# AVIFILE_FOUND, If false, don't try to use AVIFILE.
IF (UNIX)