diff options
author | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2002-09-03 10:10:06 (GMT) |
---|---|---|
committer | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2002-09-03 10:10:06 (GMT) |
commit | 0b288b612119c551faa78644e7a1a7f395a78c98 (patch) | |
tree | 35e1ac2d9a16b3cf917eee03ce9fc647472b18ce /Modules/FindJPEG.cmake | |
parent | a89dbfc1b9be897a2c9f0216d160185669ec795e (diff) | |
download | CMake-0b288b612119c551faa78644e7a1a7f395a78c98.zip CMake-0b288b612119c551faa78644e7a1a7f395a78c98.tar.gz CMake-0b288b612119c551faa78644e7a1a7f395a78c98.tar.bz2 |
Fixed mistake in comments
Transferred OPENGL finding logic in from VXL
Added Some backwards compatibility with CMake1.4
Diffstat (limited to 'Modules/FindJPEG.cmake')
-rw-r--r-- | Modules/FindJPEG.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindJPEG.cmake b/Modules/FindJPEG.cmake index 0ca8055..e81e8bf 100644 --- a/Modules/FindJPEG.cmake +++ b/Modules/FindJPEG.cmake @@ -4,7 +4,7 @@ # This module defines # JPEG_INCLUDE_DIR, where to find jpeglib.h, etc. # JPEG_LIBRARIES, the libraries to link against to use JPEG. -# JPEG_FOUND, If false, do try to use JPEG. +# JPEG_FOUND, If false, do not try to use JPEG. # also defined, but not for general use are # JPEG_LIBRARY, where to find the JPEG library. |