Browse Source

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()
Kovarththanan Rajaratnam 15 years ago
parent
commit
d5b85448eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindJasper.cmake

+ 1 - 1
Modules/FindJasper.cmake

@@ -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)