Changed Tiff plugin to link to TIFF_LIBRARIES to handle case where JPEG and ZLIB are dependencies.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user