From 0b288b612119c551faa78644e7a1a7f395a78c98 Mon Sep 17 00:00:00 2001 From: Ian Scott Date: Tue, 3 Sep 2002 06:10:06 -0400 Subject: Fixed mistake in comments Transferred OPENGL finding logic in from VXL Added Some backwards compatibility with CMake1.4 --- Modules/FindAVIFile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/FindAVIFile.cmake') 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) -- cgit v1.2.1