diff options
author | Brad King <brad.king@kitware.com> | 2005-04-07 14:27:01 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-04-07 14:27:01 -0400 |
commit | 290ffc01b64d18e694a960f432ed198a8d4ab290 (patch) | |
tree | 7f634c97aa787e1cbced7037d94023740bc91aa1 /Modules/FindJPEG.cmake | |
parent | 1c73f2f743f184f90c67ca4c715be67dd35f93d7 (diff) | |
download | cmake-290ffc01b64d18e694a960f432ed198a8d4ab290.tar.gz |
ENH: Removing extra 64-bit search paths. They are now constructed automatically from the paths listed.
Diffstat (limited to 'Modules/FindJPEG.cmake')
-rw-r--r-- | Modules/FindJPEG.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/FindJPEG.cmake b/Modules/FindJPEG.cmake index 5b335c0726..e81e8bf9e8 100644 --- a/Modules/FindJPEG.cmake +++ b/Modules/FindJPEG.cmake @@ -15,7 +15,6 @@ FIND_PATH(JPEG_INCLUDE_DIR jpeglib.h ) FIND_LIBRARY(JPEG_LIBRARY jpeg -/usr/lib64 /usr/lib /usr/local/lib ) |