FindJasper: don't put JASPER_LIBRARIES into cache

This means that the user no longer sees this value _but_ this is backwards compatible because setting JASPER_LIBRARIES had no effect previously because we would override it using set()
This commit is contained in:
Kovarththanan Rajaratnam 2010-04-16 11:01:05 +02:00
parent 8981fa35d8
commit d5b85448eb
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ IF (JASPER_FOUND)
SET(JASPER_LIBRARIES ${JASPER_LIBRARY} ${JPEG_LIBRARIES} )
ENDIF (JASPER_FOUND)
MARK_AS_ADVANCED(JASPER_INCLUDE_DIR JASPER_LIBRARIES JASPER_LIBRARY)
MARK_AS_ADVANCED(JASPER_INCLUDE_DIR JASPER_LIBRARY)