Skip to content

Commit 0328691

Browse files
committed
From Sherman Wilcox, "there's a bug in the cmake file for the tiff plugin. See
attached. The problem was that the output files were not properly setting the debug/release libs due to this cmake bug. What occurred was the release lib was set in all configurations."
1 parent e479460 commit 0328691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osgPlugins/tiff/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ INCLUDE_DIRECTORIES( ${TIFF_INCLUDE_DIR} )
22

33
SET(TARGET_SRC ReaderWriterTIFF.cpp )
44

5-
SET(TARGET_LIBRARIES_VARS TIFF_LIBRARIES)
5+
SET(TARGET_LIBRARIES_VARS TIFF_LIBRARY)
66

77
#### end var setup ###
88
SETUP_PLUGIN(tiff)

0 commit comments

Comments
 (0)