diff options
Diffstat (limited to 'modules/FindJPEG.cmake')
-rw-r--r-- | modules/FindJPEG.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/FindJPEG.cmake b/modules/FindJPEG.cmake index ba3d4f0b..63111377 100644 --- a/modules/FindJPEG.cmake +++ b/modules/FindJPEG.cmake @@ -7,6 +7,10 @@ # also defined, but not for general use are # JPEG_LIBRARY, where to find the JPEG library. +# under windows, try to find the base gnuwin32 directory, do nothing under UNIX +FIND_PACKAGE(GNUWIN32) + + FIND_PATH(JPEG_INCLUDE_DIR jpeglib.h /usr/local/include /usr/include |