Changed Tiff plugin to link to TIFF_LIBRARIES to handle case where JPEG and ZLIB are dependencies.

This commit is contained in:
Robert Osfield
2008-11-03 10:17:26 +00:00
parent 521a951b58
commit 4741893563

View File

@@ -2,7 +2,7 @@ INCLUDE_DIRECTORIES( ${TIFF_INCLUDE_DIR} )
SET(TARGET_SRC ReaderWriterTIFF.cpp )
SET(TARGET_LIBRARIES_VARS TIFF_LIBRARY)
SET(TARGET_LIBRARIES_VARS TIFF_LIBRARIES)
#### end var setup ###
SETUP_PLUGIN(tiff)