aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindJPEG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindJPEG.cmake b/modules/FindJPEG.cmake
index 63111377..dfda592c 100644
--- a/modules/FindJPEG.cmake
+++ b/modules/FindJPEG.cmake
@@ -26,7 +26,7 @@ FIND_LIBRARY(JPEG_LIBRARY
IF (JPEG_LIBRARY)
IF (JPEG_INCLUDE_DIR)
SET(JPEG_LIBRARIES ${JPEG_LIBRARY})
- SET(JPEG_FOUND "YES")
+ SET(JPEG_FOUND TRUE)
ENDIF (JPEG_INCLUDE_DIR)
ENDIF (JPEG_LIBRARY)